File size: 584 Bytes
b76e497
0f8c172
b76e497
 
 
 
 
7835e0d
 
 
b76e497
7835e0d
 
 
 
 
 
b76e497
7835e0d
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Core LangFlow package
langflow

# Google Cloud dependencies with flexible versioning
google-resumable-media>=2.0,<3.0
google-cloud-core>=2.0,<3.0

# Optional Google Cloud libraries (include if needed)
# google-cloud-storage>=2.0,<3.0  # Uncomment if using Google Cloud Storage
# google-cloud-bigquery>=2.0,<3.0  # Uncomment if using BigQuery

# FastAPI and Uvicorn for web server functionality
fastapi>=0.70,<1.0
uvicorn>=0.15,<1.0

# PostgreSQL adapter if using PostgreSQL
psycopg2-binary>=2.9,<3.0

# Additional libraries as needed
requests>=2.25,<3.0  # For making HTTP requests