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:
parent
84796ba810
commit
9773eba47d
3
setup.py
3
setup.py
@ -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=[
|
||||
|
Loading…
x
Reference in New Issue
Block a user