Skip to content

Commit

Permalink
Merge pull request #123 from wetneb/115-remove-six
Browse files Browse the repository at this point in the history
Remove dependency to six
  • Loading branch information
aspiers committed Sep 19, 2023
2 parents 922f5d0 + fd32221 commit caba2b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def setup_package():
sphinx = ['sphinx'] if needs_sphinx else []
setup(
setup_requires=[
'six',
'pyscaffold',
] + sphinx,
long_description='README.md',
Expand Down

0 comments on commit caba2b5

Please sign in to comment.