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
13 changes: 11 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ coverage[toml]==6.3.2
# via pytest-cov
distlib==0.3.6
# via virtualenv
exceptiongroup==1.2.0
# via pytest
filelock==3.12.2
# via virtualenv
flake8==4.0.1
Expand Down Expand Up @@ -106,7 +108,7 @@ packaging==23.1
# black
# build
# pytest
pathspec==0.9.0
pathspec==0.12.1
# via black
pbr==5.11.1
# via stevedore
Expand Down Expand Up @@ -173,7 +175,14 @@ sqlalchemy2-stubs==0.0.2a31
stevedore==5.1.0
# via bandit
tomli==2.0.1
# via coverage
# via
# black
# build
# coverage
# flake8-black
# mypy
# pyproject-hooks
# pytest
types-pyyaml==6.0.12.10
# via responses
types-setuptools==65.5.0.2
Expand Down