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:
parent
c52efa0f9b
commit
3b82416ad3
9
setup.py
9
setup.py
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user