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
27 changes: 19 additions & 8 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apsw==3.42.0.0
# shillelagh
attrs==23.1.0
# via flake8-bugbear
bandit==1.7.4
bandit==1.7.9
# via flake8-bandit
black==23.3.0
# via
Expand All @@ -36,6 +36,8 @@ coverage[toml]==6.3.2
# via pytest-cov
distlib==0.3.6
# via virtualenv
exceptiongroup==1.2.1
# via pytest
filelock==3.12.2
# via virtualenv
flake8==4.0.1
Expand Down Expand Up @@ -69,10 +71,6 @@ flake8-print==5.0.0
# via -r requirements-dev.in
flake8-return==1.1.3
# via -r requirements-dev.in
gitdb==4.0.10
# via gitpython
gitpython==3.1.31
# via bandit
greenlet==2.0.2
# via
# -r requirements.txt
Expand All @@ -89,8 +87,12 @@ isort==5.12.0
# via
# -r requirements-dev.in
# flake8-isort
markdown-it-py==3.0.0
# via rich
mccabe==0.6.1
# via flake8
mdurl==0.1.2
# via markdown-it-py
mypy==0.991
# via
# -r requirements-dev.in
Expand Down Expand Up @@ -130,6 +132,8 @@ pycodestyle==2.8.0
# flake8-print
pyflakes==2.4.0
# via flake8
pygments==2.18.0
# via rich
pyproject-hooks==1.0.0
# via build
pytest==7.4.1
Expand All @@ -155,14 +159,14 @@ requests==2.28.1
# shillelagh
responses==0.23.1
# via -r requirements-dev.in
rich==13.7.1
# via bandit
shillelagh==1.1.5
# via -r requirements.txt
six==1.16.0
# via
# -r requirements.txt
# python-dateutil
smmap==5.0.0
# via gitdb
sqlalchemy[mypy]==1.4.40
# via
# -r requirements-dev.in
Expand All @@ -173,7 +177,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