# 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