Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 46 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,46 +5,84 @@
#
# pip-compile-multi
#
-r style.txt
-r typing.txt
black==23.9.1
# via -r style.in
build==1.0.3
# via pip-tools
certifi==2024.8.30
# via requests
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via
# black
# pip-compile-multi
# pip-tools
contourpy==1.1.1
# via matplotlib
cycler==0.12.1
# via matplotlib
fonttools==4.43.1
# via matplotlib
idna==3.10
# via requests
isort==5.12.0
# via -r style.in
kiwisolver==1.4.5
# via matplotlib
matplotlib==3.8.0
# via -r requirements/dev.in
# via -r dev.in
mypy==1.6.0
# via -r typing.in
mypy-extensions==1.0.0
# via
# black
# mypy
numpy==1.26.1
# via
# -r requirements/dev.in
# -r dev.in
# contourpy
# matplotlib
# opencv-contrib-python
opencv-contrib-python==4.8.1.78
# via -r requirements/dev.in
pillow==10.1.0
# via -r dev.in
packaging==23.2
# via
# black
# build
# matplotlib
pathspec==0.11.2
# via black
pillow==10.3.0
# via
# -r requirements/dev.in
# -r dev.in
# matplotlib
pip-compile-multi==2.6.3
# via -r requirements/dev.in
# via -r dev.in
pip-tools==7.3.0
# via pip-compile-multi
platformdirs==3.11.0
# via black
pyparsing==3.1.1
# via matplotlib
pyproject-hooks==1.0.0
# via build
python-dateutil==2.8.2
# via matplotlib
requests==2.32.3
# via -r dev.in
six==1.16.0
# via python-dateutil
toposort==1.10
# via pip-compile-multi
types-docutils==0.20.0.3
# via -r typing.in
types-setuptools==68.2.0.0
# via -r typing.in
typing-extensions==4.8.0
# via mypy
urllib3==2.2.3
# via requests
wheel==0.41.2
# via pip-tools

Expand Down