Skip to content
Closed
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
23 changes: 20 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,18 @@ apsw==3.42.0.0
# -r requirements.txt
# shillelagh
attrs==23.1.0
# via flake8-bugbear
# via
# cattrs
# flake8-bugbear
# requests-cache
bandit==1.7.5
# via flake8-bandit
black==23.3.0
black==24.4.0
# via -r requirements-dev.in
build==0.10.0
# via pip-tools
cattrs==23.2.3
# via requests-cache
certifi==2023.7.22
# via
# -r requirements.txt
Expand All @@ -35,7 +40,9 @@ coverage[toml]==6.5.0
distlib==0.3.7
# via virtualenv
exceptiongroup==1.2.0
# via pytest
# via
# cattrs
# pytest
filelock==3.12.2
# via virtualenv
flake8==6.0.0
Expand Down Expand Up @@ -116,6 +123,7 @@ pip-tools==7.1.0
platformdirs==3.9.1
# via
# black
# requests-cache
# virtualenv
pluggy==1.2.0
# via pytest
Expand Down Expand Up @@ -150,8 +158,11 @@ pyyaml==6.0
requests==2.31.0
# via
# -r requirements.txt
# requests-cache
# responses
# shillelagh
requests-cache==1.2.0
# via shillelagh
responses==0.23.1
# via -r requirements-dev.in
rich==13.4.2
Expand All @@ -162,6 +173,7 @@ six==1.16.0
# via
# -r requirements.txt
# python-dateutil
# url-normalize
smmap==5.0.0
# via gitdb
sqlalchemy[mypy]==2.0.19
Expand Down Expand Up @@ -191,13 +203,18 @@ types-urllib3==1.26.25.14
typing-extensions==4.7.1
# via
# -r requirements.txt
# black
# cattrs
# mypy
# shillelagh
# sqlalchemy
url-normalize==1.4.3
# via requests-cache
urllib3==2.0.7
# via
# -r requirements.txt
# requests
# requests-cache
# responses
virtualenv==20.24.5
# via pre-commit
Expand Down