1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

setup: add specific dependencies for webassets, pyamf

This commit is contained in:
Ilya Kreymer 2016-12-21 16:11:48 -08:00
parent c52efa0f9b
commit 3b82416ad3

View File

@ -86,8 +86,13 @@ setup(
'pyyaml',
'webencodings',
'gevent==1.1.2',
'webassets',
],
'webassets==0.12.0',
'pyamf'
],
dependency_links=[
'git+https://github.com/ikreymer/webassets.git@pyinstaller#egg=webassets-0.12.0',
'git+https://github.com/t0m/pyamf.git@python3#egg=pyamf-0.8.0'
],
tests_require=[
'pytest',
'WebTest',