Skip to content

Commit

Permalink
Switch doc generation away from poetry
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Sep 27, 2024
1 parent 71c6fbb commit 919e96b
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
pytest >= "7.4.0"
black >= "22.10.0"
coverage[toml] >= "7.2"
isort >= "5.11.4"
click >= "8.1.7"
bump2version >= "1.0.1"
codespell >= "2.2.4"
pre-commit >= "2.21.0"
mkdocs >= "1.2.0"
mkdocs-material >= "8.2.7"
pytest-cov >= "4.1.0"
toml >= "0.10.2"
nox >= "2023.4.22"
bandit >= "1.7.5"
flake8 >= "5.0.4"
flake8-bandit >= "4.1.1"
flake8-black >= "0.3.6"
flake8-bugbear >= "23.3.12"
flake8-import-order >= "0.18.2"
safety >= "2.3.1"
darglint >= "1.6.0"
flake8-annotations >= "2.9.1"
flake8-docstrings >= "1.7.0"
flake8-isort >= "6.0.0"
mypy >= "1.4"
pytype >= "2022.11.29"
typeguard >= "4.1.0"
xdoctest >= "1.1.0"
pytest-xdist >= "3.3.1"
commitizen >= "2.42.1"
mike >= "1.1.2"
mkdocs-macros-plugin >= "0.7.0"
livereload >= "2.6.3"
importlib-metadata >= "4.2"
mkdocstrings >= "0.20.0"
pytest>=7.4.0
black>=22.10.0
coverage[toml]>=7.2
isort>=5.11.4
click>=8.1.7
bump2version>=1.0.1
codespell>=2.2.4
pre-commit>=2.21.0
mkdocs>=1.2.0
mkdocs-material>=8.2.7
pytest-cov>=4.1.0
toml>=0.10.2
nox>=2023.4.22
bandit>=1.7.5
flake8>=5.0.4
flake8-bandit>=4.1.1
flake8-black>=0.3.6
flake8-bugbear>=23.3.12
flake8-import-order>=0.18.2
safety>=2.3.1
darglint>=1.6.0
flake8-annotations>=2.9.1
flake8-docstrings>=1.7.0
flake8-isort>=6.0.0
mypy>=1.4
pytype>=2022.11.29
typeguard>=4.1.0
xdoctest>=1.1.0
pytest-xdist>=3.3.1
commitizen>=2.42.1
mike>=1.1.2
mkdocs-macros-plugin>=0.7.0
livereload>=2.6.3
importlib-metadata>=4.2
mkdocstrings>=0.20.0

0 comments on commit 919e96b

Please sign in to comment.