1
0
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:
Ilya Kreymer 2016-06-12 00:44:52 -04:00
parent 9f299eb8e9
commit 0f530a3e0e

View File

@ -78,11 +78,10 @@ setup(
'requests', 'requests',
'redis', 'redis',
'jinja2', 'jinja2',
'surt==0.3b4', 'surt>=0.3.0',
'pyyaml', 'pyyaml',
'watchdog', 'watchdog',
'webencodings', 'webencodings',
'pyamf',
], ],
tests_require=[ tests_require=[
'pytest', 'pytest',
@ -91,9 +90,6 @@ setup(
'fakeredis', 'fakeredis',
'mock', 'mock',
], ],
dependency_links=[
'git+https://github.com/t0m/pyamf.git@python3'
],
cmdclass={'test': PyTest}, cmdclass={'test': PyTest},
test_suite='', test_suite='',
entry_points=""" entry_points="""