Skip to content

Commit

Permalink
Add requirements-dev.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Dec 11, 2023
1 parent b54c722 commit 1f208ac
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Ensure wheel is upgraded... ref Github Issue #257
wheel >= 0.38.4
twine >= 4.0.2

# Other development resources...
poetry >= 1.6.1
poetry-core >= 1.7.0
poetry-plugin-export >= 1.5.0
packaging >= 23.0
pytest >= 7.4.3
gitpython
pyroma
invoke == 2.1.3
fabric == 3.0.0
commitizen >= 2.40.0
better_exceptions==0.3.3
Sphinx == 6.1.3
sphinx-rtd-theme >= 1.3.0
numpydoc==1.5.0
pydocstyle==6.3.0
python-lsp-server[all]
mypy
tox

0 comments on commit 1f208ac

Please sign in to comment.