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 Nov 18, 2023
1 parent d18f7ec commit 7c37c96
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions src/btfs/requirements-btfs.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cachelib>=0.10.2
google-auth>=2.22.0
google-auth>=2.23.4
requests>=2.31.0
CacheControl>=0.13.1
# Flask>=2.2.3
# wsgidav>=4.2.0
# Flask>=3.0.0
# wsgidav>=4.3.0
8 changes: 4 additions & 4 deletions src/data/requirements-data.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cachelib>=0.10.2
google-cloud-datastore>=2.17.0
# Flask>=2.2.3
google-cloud-datastore>=2.18.0
# Flask>=3.0.0
# fs>=2.4.16
# wsgidav>=4.2.0
# pytest>=7.2.2
# wsgidav>=4.3.0
# pytest>=7.4.3
8 changes: 4 additions & 4 deletions src/fire/requirements-fire.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cachelib>=0.10.2
google-cloud-firestore>=2.11.1
# Flask>=2.2.3
google-cloud-firestore>=2.13.1
# Flask>=3.0.0
# fs>=2.4.16
# wsgidav>=4.2.0
# pytest>=7.2.2
# wsgidav>=4.3.0
# pytest>=7.4.3
4 changes: 2 additions & 2 deletions 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.2.0
# pytest>=7.2.2
wsgidav>=4.3.0
# pytest>=7.4.3
16 changes: 8 additions & 8 deletions src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# For python 3.7: simply have this file ready for deployment
wsgidav>=4.2.0
Flask>=2.3.2
wsgidav>=4.3.0
Flask>=3.0.0
cachelib>=0.10.2
google-auth>=2.22.0
google-auth>=2.23.4
requests>=2.31.0
# force upgrade to avoid incompatible dependency with pyparsing
packaging>=23.1
packaging>=23.2
CacheControl>=0.13.1
google-cloud-datastore>=2.17.0
google-cloud-datastore>=2.18.0
# fs>=2.4.16
# google-cloud-firestore>=2.10.0
# firebase-admin>=6.1.0
# google-cloud-profiler>=4.0.0
# google-cloud-firestore>=2.13.1
# firebase-admin>=6.2.0
# google-cloud-profiler>=4.1.0

0 comments on commit 7c37c96

Please sign in to comment.