diff --git a/setup.py b/setup.py index 6936b3f8..d7958308 100755 --- a/setup.py +++ b/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="""