Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ cachetools==3.1.1
# For dev
pytest==4.5.0
pip-tools==3.7.0
black==19.3b0
black==24.3.0
61 changes: 43 additions & 18 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,52 @@
#
# pip-compile --no-emit-trusted-host --no-index
#
appdirs==1.4.3 # via black
atomicwrites==1.3.0 # via pytest
attrs==19.3.0 # via black, pytest
black==19.3b0
atomicwrites==1.3.0
# via pytest
attrs==19.3.0
# via pytest
black==24.3.0
# via -r requirements.in
cachetools==3.1.1
certifi==2019.9.11 # via requests
chardet==3.0.4 # via requests
click==7.0 # via black, pip-tools
idna==2.8 # via requests
importlib-metadata==0.23 # via pluggy
more-itertools==7.2.0 # via pytest, zipp
# via -r requirements.in
certifi==2019.9.11
# via requests
chardet==3.0.4
# via requests
click==8.1.7
# via
# black
# pip-tools
idna==2.8
# via requests
more-itertools==7.2.0
# via pytest
mypy-extensions==1.0.0
# via black
packaging==24.0
# via black
pathspec==0.12.1
# via black
pip-tools==3.7.0
pluggy==0.13.0 # via pytest
py==1.8.0 # via pytest
# via -r requirements.in
platformdirs==4.2.0
# via black
pluggy==0.13.0
# via pytest
py==1.8.0
# via pytest
pytest==4.5.0
# via -r requirements.in
requests==2.22.0
six==1.12.0 # via pip-tools, pytest
toml==0.10.0 # via black
urllib3==1.25.6 # via requests
wcwidth==0.1.7 # via pytest
zipp==0.6.0 # via importlib-metadata
# via -r requirements.in
six==1.12.0
# via
# pip-tools
# pytest
urllib3==1.25.6
# via requests
wcwidth==0.1.7
# via pytest

# The following packages are considered to be unsafe in a requirements file:
# setuptools==41.6.0 # via pytest
# setuptools