From fe894ec6e8bbf9499fb8b6fb61f96f3df4de310f Mon Sep 17 00:00:00 2001 From: debugtalk Date: Mon, 6 Nov 2017 19:23:20 +0800 Subject: [PATCH] remove PyUnitReport and locustio link --- setup.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/setup.py b/setup.py index 296f7051..199faaa6 100644 --- a/setup.py +++ b/setup.py @@ -34,15 +34,6 @@ setup( "coverage", "PyUnitReport" ], - extras_require={ - 'locustio': [ - "locustio" - ] - }, - dependency_links=[ - "git+https://github.com/debugtalk/PyUnitReport.git#egg=PyUnitReport-0", - "git+https://github.com/locustio/locust.git#egg=locust-0" - ], classifiers=[ "Development Status :: 3 - Alpha", 'Programming Language :: Python :: 2.7',