From 919e96b5ed8861a94c1396359d5b09dfe874feb6 Mon Sep 17 00:00:00 2001 From: "Travis F. Collins" Date: Fri, 27 Sep 2024 09:08:43 -0600 Subject: [PATCH] Switch doc generation away from poetry Signed-off-by: Travis F. Collins --- requirements_dev.txt | 70 ++++++++++++++++++++++---------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 3e4e2da..e3f0131 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -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