Skip to content

Commit

Permalink
Add setuptools to dev_requirements
Browse files Browse the repository at this point in the history
From Python 3.12 setuptools is no longer available by default. Add it to
the dev_requirements.txt file.
  • Loading branch information
gerzse committed Jul 3, 2024
1 parent 02d3cb9 commit d5a100e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
black==22.3.0
flake8==4.0.1
isort==5.10.1
pytest>=7.0.0
setuptools
tox==3.24.4
vulture>=2.3.0
wheel>=0.30.0
pytest>=7.0.0
wheel>=0.30.0

0 comments on commit d5a100e

Please sign in to comment.