Skip to content

Commit

Permalink
Fix dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
vnccgmv committed Mar 20, 2024
1 parent 1a062ee commit 26b9a74
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 7 deletions.
1 change: 1 addition & 0 deletions requirements/requirements_dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ ruff==0.2.1 # A built-package formattwine
twine==4.0.2
mkdocs==1.5.3 # Documentation
mkdocs-material==9.5.13 # Documentation theme
mkdocs-jupyter==0.16.1 # Documentation notebooks
bump2version==1.0.1
100 changes: 93 additions & 7 deletions requirements/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,19 @@
#
# pip-compile requirements/requirements_dev.in
#
attrs==23.2.0
# via
# -c requirements/requirements.txt
# jsonschema
# referencing
babel==2.14.0
# via mkdocs-material
beautifulsoup4==4.12.3
# via nbconvert
black==23.3.0
# via -r requirements/requirements_dev.in
bleach==6.1.0
# via nbconvert
bump2version==1.0.1
# via -r requirements/requirements_dev.in
certifi==2024.2.2
Expand All @@ -32,15 +41,21 @@ colorama==0.4.6
# -c requirements/requirements.txt
# mkdocs-material
coverage[toml]==7.4.3
# via pytest-cov
# via
# coverage
# pytest-cov
cryptography==42.0.5
# via secretstorage
defusedxml==0.7.1
# via nbconvert
distlib==0.3.4
# via virtualenv
docutils==0.20.1
# via readme-renderer
exceptiongroup==1.2.0
# via pytest
entrypoints==0.4
# via nbconvert
fastjsonschema==2.19.1
# via nbformat
filelock==3.4.2
# via virtualenv
ghp-import==2.1.0
Expand Down Expand Up @@ -69,8 +84,27 @@ jinja2==3.1.3
# via
# mkdocs
# mkdocs-material
# nbconvert
jsonschema==4.21.1
# via nbformat
jsonschema-specifications==2023.12.1
# via jsonschema
jupyter-client==8.6.1
# via nbclient
jupyter-core==5.7.2
# via
# jupyter-client
# nbclient
# nbconvert
# nbformat
jupyterlab-pygments==0.3.0
# via nbconvert
jupytext==1.16.1
# via mkdocs-jupyter
keyring==24.3.1
# via twine
lxml==5.1.0
# via nbconvert
markdown==3.5.2
# via
# mkdocs
Expand All @@ -79,21 +113,31 @@ markdown==3.5.2
markdown-it-py==3.0.0
# via
# -c requirements/requirements.txt
# jupytext
# mdit-py-plugins
# rich
markupsafe==2.1.5
# via
# jinja2
# mkdocs
# nbconvert
mdit-py-plugins==0.4.0
# via jupytext
mdurl==0.1.2
# via
# -c requirements/requirements.txt
# markdown-it-py
mergedeep==1.3.4
# via mkdocs
mistune==0.8.4
# via nbconvert
mkdocs==1.5.3
# via
# -r requirements/requirements_dev.in
# mkdocs-jupyter
# mkdocs-material
mkdocs-jupyter==0.16.1
# via -r requirements/requirements_dev.in
mkdocs-material==9.5.13
# via -r requirements/requirements_dev.in
mkdocs-material-extensions==1.3.1
Expand All @@ -102,17 +146,30 @@ more-itertools==10.2.0
# via jaraco-classes
mypy-extensions==0.4.3
# via black
nbclient==0.10.0
# via nbconvert
nbconvert==6.5.4
# via mkdocs-jupyter
nbformat==5.10.3
# via
# jupytext
# nbclient
# nbconvert
nh3==0.2.15
# via readme-renderer
nodeenv==1.6.0
# via pre-commit
packaging==23.2
# via
# black
# jupytext
# mkdocs
# nbconvert
# pytest
paginate==0.5.6
# via mkdocs-material
pandocfilters==1.5.1
# via nbconvert
pathspec==0.12.1
# via
# black
Expand All @@ -122,6 +179,7 @@ pkginfo==1.10.0
platformdirs==2.5.0
# via
# black
# jupyter-core
# mkdocs
# virtualenv
pluggy==1.4.0
Expand All @@ -136,6 +194,7 @@ pygments==2.17.2
# via
# -c requirements/requirements.txt
# mkdocs-material
# nbconvert
# readme-renderer
# rich
pymdown-extensions==10.7.1
Expand All @@ -150,17 +209,25 @@ python-dateutil==2.8.2
# via
# -c requirements/requirements.txt
# ghp-import
# jupyter-client
pyyaml==6.0.1
# via
# -c requirements/requirements.txt
# jupytext
# mkdocs
# pre-commit
# pymdown-extensions
# pyyaml-env-tag
pyyaml-env-tag==0.1
# via mkdocs
pyzmq==25.1.2
# via jupyter-client
readme-renderer==43.0
# via twine
referencing==0.34.0
# via
# jsonschema
# jsonschema-specifications
regex==2023.12.25
# via mkdocs-material
requests==2.31.0
Expand All @@ -177,22 +244,37 @@ rich==13.7.0
# via
# -c requirements/requirements.txt
# twine
rpds-py==0.18.0
# via
# jsonschema
# referencing
ruff==0.2.1
# via -r requirements/requirements_dev.in
secretstorage==3.3.3
# via keyring
six==1.16.0
# via
# -c requirements/requirements.txt
# bleach
# python-dateutil
# virtualenv
snowballstemmer==2.2.0
# via pydocstyle
tomli==2.0.1
soupsieve==2.5
# via beautifulsoup4
tinycss2==1.2.1
# via nbconvert
toml==0.10.2
# via jupytext
tornado==6.4
# via jupyter-client
traitlets==5.14.2
# via
# black
# coverage
# pytest
# jupyter-client
# jupyter-core
# nbclient
# nbconvert
# nbformat
twine==4.0.2
# via -r requirements/requirements_dev.in
urllib3==2.0.7
Expand All @@ -204,5 +286,9 @@ virtualenv==20.13.1
# via pre-commit
watchdog==4.0.0
# via mkdocs
webencodings==0.5.1
# via
# bleach
# tinycss2
zipp==3.17.0
# via importlib-metadata

0 comments on commit 26b9a74

Please sign in to comment.