aboutsummaryrefslogtreecommitdiffhomepage
path: root/requirements/dev_requirements.txt
diff options
context:
space:
mode:
Diffstat (limited to 'requirements/dev_requirements.txt')
-rw-r--r--requirements/dev_requirements.txt209
1 files changed, 205 insertions, 4 deletions
diff --git a/requirements/dev_requirements.txt b/requirements/dev_requirements.txt
index 1658784c..3ea4c3af 100644
--- a/requirements/dev_requirements.txt
+++ b/requirements/dev_requirements.txt
@@ -1,5 +1,23 @@
+alabaster==0.7.12
+ # via sphinx
+appnope==0.1.3
+ # via
+ # ipykernel
+ # ipython
+asttokens==2.0.5
+ # via stack-data
attrs==21.4.0
- # via pytest
+ # via
+ # jsonschema
+ # jupyter-cache
+ # markdown-it-py
+ # pytest
+babel==2.10.1
+ # via sphinx
+backcall==0.2.0
+ # via ipython
+beautifulsoup4==4.11.1
+ # via pydata-sphinx-theme
black==22.3.0
# via -r dev_requirements.in
certifi==2021.10.8
@@ -11,27 +29,92 @@ charset-normalizer==2.0.12
click==8.1.2
# via
# black
+ # jupyter-cache
# pip-tools
coverage[toml]==6.3.2
# via pytest-cov
+debugpy==1.6.0
+ # via ipykernel
+decorator==5.1.1
+ # via ipython
distlib==0.3.4
# via virtualenv
+docutils==0.17.1
+ # via
+ # myst-nb
+ # myst-parser
+ # pydata-sphinx-theme
+ # sphinx
+ # sphinx-togglebutton
+entrypoints==0.4
+ # via jupyter-client
+executing==0.8.3
+ # via stack-data
+fastjsonschema==2.15.3
+ # via nbformat
filelock==3.6.0
# via virtualenv
flake8==4.0.1
# via -r dev_requirements.in
gprof2dot==2021.2.21
# via pytest-profiling
+greenlet==1.1.2
+ # via sqlalchemy
identify==2.4.12
# via pre-commit
idna==3.3
# via requests
+imagesize==1.3.0
+ # via sphinx
+importlib-metadata==4.11.3
+ # via
+ # jupyter-cache
+ # myst-nb
+ # sphinx
+importlib-resources==5.7.1
+ # via jsonschema
iniconfig==1.1.1
# via pytest
+ipykernel==6.13.0
+ # via myst-nb
+ipython==8.2.0
+ # via
+ # ipykernel
+ # myst-nb
isort==5.10.1
# via -r dev_requirements.in
+jedi==0.18.1
+ # via ipython
+jinja2==3.1.1
+ # via
+ # myst-parser
+ # sphinx
+jsonschema==4.4.0
+ # via nbformat
+jupyter-cache==0.5.0
+ # via myst-nb
+jupyter-client==7.2.2
+ # via
+ # ipykernel
+ # nbclient
+jupyter-core==4.10.0
+ # via
+ # jupyter-client
+ # nbformat
+markdown-it-py==1.1.0
+ # via
+ # mdit-py-plugins
+ # myst-parser
+markupsafe==2.1.1
+ # via jinja2
+matplotlib-inline==0.1.3
+ # via
+ # ipykernel
+ # ipython
mccabe==0.6.1
# via flake8
+mdit-py-plugins==0.3.0
+ # via myst-parser
memory-profiler==0.60.0
# via pytest-monitor
mypy==0.942
@@ -40,14 +123,40 @@ mypy-extensions==0.4.3
# via
# black
# mypy
+myst-nb==0.14.0
+ # via -r dev_requirements.in
+myst-parser==0.17.2
+ # via myst-nb
+nbclient==0.5.13
+ # via jupyter-cache
+nbformat==5.3.0
+ # via
+ # jupyter-cache
+ # myst-nb
+ # nbclient
+nest-asyncio==1.5.5
+ # via
+ # ipykernel
+ # jupyter-client
+ # nbclient
nodeenv==1.6.0
# via pre-commit
packaging==21.3
- # via pytest
+ # via
+ # ipykernel
+ # pydata-sphinx-theme
+ # pytest
+ # sphinx
+parso==0.8.3
+ # via jedi
pathspec==0.9.0
# via black
pep517==0.12.0
# via pip-tools
+pexpect==4.8.0
+ # via ipython
+pickleshare==0.7.5
+ # via ipython
pip-tools==6.5.1
# via -r dev_requirements.in
platformdirs==2.5.1
@@ -58,18 +167,33 @@ pluggy==1.0.0
# via pytest
pre-commit==2.18.1
# via -r dev_requirements.in
+prompt-toolkit==3.0.29
+ # via ipython
psutil==5.9.0
# via
+ # ipykernel
# memory-profiler
# pytest-monitor
+ptyprocess==0.7.0
+ # via pexpect
+pure-eval==0.2.2
+ # via stack-data
py==1.11.0
# via pytest
pycodestyle==2.8.0
# via flake8
+pydata-sphinx-theme==0.8.1
+ # via sphinx-book-theme
pyflakes==2.4.0
# via flake8
+pygments==2.12.0
+ # via
+ # ipython
+ # sphinx
pyparsing==3.0.7
# via packaging
+pyrsistent==0.18.1
+ # via jsonschema
pytest==7.1.1
# via
# -r dev_requirements.in
@@ -82,14 +206,69 @@ pytest-monitor==1.6.3
# via -r dev_requirements.in
pytest-profiling==1.7.0
# via -r dev_requirements.in
+python-dateutil==2.8.2
+ # via jupyter-client
+pytz==2022.1
+ # via babel
pyyaml==6.0
- # via pre-commit
+ # via
+ # jupyter-cache
+ # myst-nb
+ # myst-parser
+ # pre-commit
+ # sphinx-book-theme
+pyzmq==22.3.0
+ # via jupyter-client
requests==2.27.1
- # via pytest-monitor
+ # via
+ # pytest-monitor
+ # sphinx
six==1.16.0
# via
+ # asttokens
# pytest-profiling
+ # python-dateutil
# virtualenv
+snowballstemmer==2.2.0
+ # via sphinx
+soupsieve==2.3.2.post1
+ # via beautifulsoup4
+sphinx==4.5.0
+ # via
+ # -r dev_requirements.in
+ # myst-nb
+ # myst-parser
+ # pydata-sphinx-theme
+ # sphinx-book-theme
+ # sphinx-copybutton
+ # sphinx-design
+ # sphinx-togglebutton
+sphinx-book-theme==0.3.2
+ # via -r dev_requirements.in
+sphinx-copybutton==0.5.0
+ # via -r dev_requirements.in
+sphinx-design==0.1.0
+ # via -r dev_requirements.in
+sphinx-togglebutton==0.3.1
+ # via myst-nb
+sphinxcontrib-applehelp==1.0.2
+ # via sphinx
+sphinxcontrib-devhelp==1.0.2
+ # via sphinx
+sphinxcontrib-htmlhelp==2.0.0
+ # via sphinx
+sphinxcontrib-jsmath==1.0.1
+ # via sphinx
+sphinxcontrib-qthelp==1.0.3
+ # via sphinx
+sphinxcontrib-serializinghtml==1.1.5
+ # via sphinx
+sqlalchemy==1.4.35
+ # via jupyter-cache
+stack-data==0.2.0
+ # via ipython
+tabulate==0.8.9
+ # via jupyter-cache
toml==0.10.2
# via pre-commit
tomli==2.0.1
@@ -99,6 +278,19 @@ tomli==2.0.1
# mypy
# pep517
# pytest
+tornado==6.1
+ # via
+ # ipykernel
+ # jupyter-client
+traitlets==5.1.1
+ # via
+ # ipykernel
+ # ipython
+ # jupyter-client
+ # jupyter-core
+ # matplotlib-inline
+ # nbclient
+ # nbformat
types-python-dateutil==2.8.10
# via -r dev_requirements.in
types-pyyaml==6.0.5
@@ -111,14 +303,23 @@ typing-extensions==4.1.1
# via
# black
# mypy
+ # myst-nb
+ # myst-parser
urllib3==1.26.9
# via requests
virtualenv==20.14.0
# via pre-commit
+wcwidth==0.2.5
+ # via prompt-toolkit
wheel==0.37.1
# via
# pip-tools
# pytest-monitor
+ # sphinx-togglebutton
+zipp==3.8.0
+ # via
+ # importlib-metadata
+ # importlib-resources
# The following packages are considered to be unsafe in a requirements file:
# pip