Skip to content

Commit

Permalink
feat: add fsspec and gcsfs dependencies for GCS file handling
Browse files Browse the repository at this point in the history
- Add fsspec>=2023.10.0 for filesystem abstraction
- Add gcsfs>=2023.10.0 for Google Cloud Storage support
  • Loading branch information
martincollignon committed Dec 1, 2024
1 parent df257c2 commit bebbd98
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ asyncpg>=0.25.0
python-dotenv>=0.19.0

# Note: Airflow should be installed separately with constraints
# apache-airflow[gcp]>=2.10.3
# apache-airflow[gcp]>=2.10.3

fsspec>=2024.10.0
gcsfs>=2024.10.0

0 comments on commit bebbd98

Please sign in to comment.