mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
dependencies: remove pyamf, update to latest surt (0.3.0)
This commit is contained in:
parent
9f299eb8e9
commit
0f530a3e0e
6
setup.py
6
setup.py
@ -78,11 +78,10 @@ setup(
|
||||
'requests',
|
||||
'redis',
|
||||
'jinja2',
|
||||
'surt==0.3b4',
|
||||
'surt>=0.3.0',
|
||||
'pyyaml',
|
||||
'watchdog',
|
||||
'webencodings',
|
||||
'pyamf',
|
||||
],
|
||||
tests_require=[
|
||||
'pytest',
|
||||
@ -91,9 +90,6 @@ setup(
|
||||
'fakeredis',
|
||||
'mock',
|
||||
],
|
||||
dependency_links=[
|
||||
'git+https://github.com/t0m/pyamf.git@python3'
|
||||
],
|
||||
cmdclass={'test': PyTest},
|
||||
test_suite='',
|
||||
entry_points="""
|
||||
|
Loading…
x
Reference in New Issue
Block a user