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',
'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="""