Skip to content

Commit

Permalink
Renamed files
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Oct 20, 2023
1 parent 1e876b8 commit ddca356
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
20 changes: 20 additions & 0 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Ensure wheel is upgraded... ref Github Issue #257
wheel >= 0.38.4
twine >= 4.0.2

# Other development resources...
poetry == 1.5.1
poetry-core == 1.6.1
packaging >= 23.0
pytest >= 7.3.2
gitpython
pyroma
invoke == 2.1.3
fabric == 3.0.0
commitizen >= 2.40.0
better_exceptions==0.3.3
Sphinx == 6.1.3
sphinx-bootstrap-theme == 0.8.1
numpydoc==1.5.0
pydocstyle==6.3.0
mypy
9 changes: 9 additions & 0 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Ensure wheel is upgraded to fix CVE-2022-40898
# Also ref Github Issue #257
loguru == 0.7.2
passlib == 1.7.4
toml > 0.10.1
dnspython == 2.4.2
deprecated == 1.2.14
# virtualenv is required by tox
virtualenv > 20.2

0 comments on commit ddca356

Please sign in to comment.