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',
'webencodings',
'gevent==1.1.2',
'webassets==0.12.0',
'webassets==0.12.1',
'portalocker'
#'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=[