aboutsummaryrefslogtreecommitdiff
blob: a7ed61b459a19e5e20f43746c13ded5dc8a7ba4d (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/setup.py
+++ b/setup.py
@@ -152,7 +152,7 @@
         'build_ext': custom_build_ext,
     },
     setup_requires=(
-        ["setuptools_scm", "setuptools_git_ls_files"] + pytest_runner + wheel
+        ["setuptools_scm"] + wheel
     ),
     tests_require=[
         'pytest>=2.8',