aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAntonin Delpeuch <antonin@delpeuch.eu>2023-09-19 09:54:51 +0200
committerAntonin Delpeuch <antonin@delpeuch.eu>2023-09-19 09:54:51 +0200
commitfd322215cfc93e9a802838ef083ae56238a695f2 (patch)
tree564c6519ee40b8adde13efa1ff8e2665929a6e61 /setup.py
parent922f5d08b841557856ff82cae5f72c156bef77d1 (diff)
downloadgit-deps-fd322215cfc93e9a802838ef083ae56238a695f2.tar.gz
Remove dependency to six. Closes #115
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d36bf64..b1ec38f 100644
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,6 @@ def setup_package():
sphinx = ['sphinx'] if needs_sphinx else []
setup(
setup_requires=[
- 'six',
'pyscaffold',
] + sphinx,
long_description='README.md',