Skip to content

Commit

Permalink
pin dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdunnjpl authored Aug 30, 2023
1 parent 56eaf32 commit 578b5ec
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -58,23 +58,23 @@ python_requires = >= 3.9

[options.extras_require]
dev =
black
flake8
flake8-bugbear
flake8-docstrings
pep8-naming
mypy
pydocstyle
coverage
pytest
pytest-cov
pytest-watch
pytest-xdist
pre-commit
sphinx
sphinx-rtd-theme
tox
types-setuptools
black~=23.7.0
flake8~=6.1.0
flake8-bugbear~=23.7.10
flake8-docstrings~=1.7.0
pep8-naming~=0.13.3
mypy~=1.5.1
pydocstyle~=6.3.0
coverage~=7.3.0
pytest~=7.4.0
pytest-cov~=4.1.0
pytest-watch~=4.2.0
pytest-xdist~=3.3.1
pre-commit~=3.3.3
sphinx~=3.2.1
sphinx-rtd-theme~=0.5.0
tox~=4.11.0
types-setuptools~=68.1.0.0

[options.entry_points]
# Put your entry point scripts here
Expand Down

0 comments on commit 578b5ec

Please sign in to comment.