blob: 1a35cc064f78ba5a1689d854cf8d5926c645e3eb (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/setup.py
+++ b/setup.py
@@ -472,7 +472,6 @@ setup(
"Operating System :: Unix",
],
zip_safe = False,
- setup_requires=['setuptools_git'],
tests_require=['pytest', 'unittest2'],
ext_modules = ext_modules(),
|