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 Apr 17, 2024
1 parent 806e74e commit 5ee7ae5
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions src/btfs/requirements-btfs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cachelib>=0.12.0
google-auth>=2.28.1
cachelib>=0.13.0
google-auth>=2.29.0
requests>=2.31.0
CacheControl>=0.14.0
# Flask>=3.0.0
Expand Down
2 changes: 1 addition & 1 deletion src/data/requirements-data.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cachelib>=0.12.0
cachelib>=0.13.0
google-cloud-datastore>=2.19.0
# Flask>=3.0.0
# fs>=2.4.16
Expand Down
4 changes: 2 additions & 2 deletions src/fire/requirements-fire.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cachelib>=0.12.0
google-cloud-firestore>=2.15.0
cachelib>=0.13.0
google-cloud-firestore>=2.16.0
# Flask>=3.0.0
# fs>=2.4.16
# wsgidav>=4.3.0
Expand Down
2 changes: 1 addition & 1 deletion src/mapper/requirements-mapper.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
fs>=2.4.16
wsgidav>=4.3.0
wsgidav>=4.3.2
# pytest>=7.4.3
10 changes: 5 additions & 5 deletions src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# For python 3.7: simply have this file ready for deployment
wsgidav>=4.3.0
Flask>=3.0.2
cachelib>=0.12.0
google-auth>=2.28.1
wsgidav>=4.3.2
Flask>=3.0.3
cachelib>=0.13.0
google-auth>=2.29.0
requests>=2.31.0
# force upgrade to avoid incompatible dependency with pyparsing
packaging>=23.2
packaging>=24.0
CacheControl>=0.14.0
google-cloud-datastore>=2.19.0
# fs>=2.4.16
Expand Down

0 comments on commit 5ee7ae5

Please sign in to comment.