Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mikespub committed Sep 11, 2024
1 parent 198f9f7 commit e8b02a3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/btfs/requirements-btfs.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cachelib>=0.13.0
google-auth>=2.29.0
requests>=2.31.0
google-auth>=2.34.0
requests>=2.32.3
CacheControl>=0.14.0
# Flask>=3.0.0
# wsgidav>=4.3.0
2 changes: 1 addition & 1 deletion src/data/requirements-data.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cachelib>=0.13.0
google-cloud-datastore>=2.19.0
google-cloud-datastore>=2.20.1
# Flask>=3.0.0
# fs>=2.4.16
# wsgidav>=4.3.0
Expand Down
2 changes: 1 addition & 1 deletion src/fire/requirements-fire.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cachelib>=0.13.0
google-cloud-firestore>=2.16.0
google-cloud-firestore>=2.18.0
# Flask>=3.0.0
# fs>=2.4.16
# wsgidav>=4.3.0
Expand Down
8 changes: 4 additions & 4 deletions src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
wsgidav>=4.3.3
Flask>=3.0.3
cachelib>=0.13.0
google-auth>=2.29.0
requests>=2.31.0
google-auth>=2.34.0
requests>=2.32.3
# force upgrade to avoid incompatible dependency with pyparsing
packaging>=24.0
packaging>=24.1
CacheControl>=0.14.0
google-cloud-datastore>=2.19.0
google-cloud-datastore>=2.20.1
# fs>=2.4.16
# google-cloud-firestore>=2.15.0
# firebase-admin>=6.4.0
Expand Down

0 comments on commit e8b02a3

Please sign in to comment.