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
12 changes: 7 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
#
# pip-compile requirements.in
#
aiohttp==3.8.1
aiohappyeyeballs==2.4.3
# via aiohttp
aiohttp==3.10.11
# via gcsfs
aiosignal==1.2.0
# via aiohttp
Expand Down Expand Up @@ -68,9 +70,7 @@ chardet==4.0.0
# cloud-files
# cloud-volume
charset-normalizer==2.0.12
# via
# aiohttp
# requests
# via requests
click==8.1.2
# via
# celery
Expand Down Expand Up @@ -375,6 +375,8 @@ prompt-toolkit==3.0.28
# via
# click-repl
# ipython
propcache==0.2.0
# via yarl
protobuf==3.19.4
# via
# cloud-files
Expand Down Expand Up @@ -546,7 +548,7 @@ wrapt==1.13.3
# via deprecated
wtforms==3.0.1
# via flask-admin
yarl==1.7.2
yarl==1.18.0
# via aiohttp
zipp==3.7.0
# via
Expand Down
Loading