From 0f530a3e0e6cb7115c1a09fa7908e754981e23fd Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Sun, 12 Jun 2016 00:44:52 -0400 Subject: [PATCH] dependencies: remove pyamf, update to latest surt (0.3.0) --- setup.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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="""