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

setup reqs: use webassets==0.12.1 (with pyinstaller support), remove dependency on custom branch

This commit is contained in:
Ilya Kreymer 2017-01-26 01:37:57 -08:00
parent 84796ba810
commit 9773eba47d

View File

@ -80,12 +80,11 @@ setup(
'pyyaml', 'pyyaml',
'webencodings', 'webencodings',
'gevent==1.1.2', 'gevent==1.1.2',
'webassets==0.12.0', 'webassets==0.12.1',
'portalocker' 'portalocker'
#'pyamf' #'pyamf'
], ],
dependency_links=[ 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' #'git+https://github.com/t0m/pyamf.git@python3#egg=pyamf-0.8.0'
], ],
tests_require=[ tests_require=[