Spaces:
Sleeping
Sleeping
File size: 739 Bytes
9c68528 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | # Core web framework gradio>=4.0.0 # Database connectivity mysql-connector-python>=8.2.0 psycopg2-binary>=2.9.7 PyMySQL>=1.1.0 # LangChain and AI langchain>=0.1.0 langchain-google-genai>=1.0.0 langchain-community>=0.0.20 langchain-experimental>=0.0.50 # Database ORM and utilities SQLAlchemy>=2.0.0 pandas>=2.0.0 numpy>=1.24.0 # Environment and configuration python-dotenv>=1.0.0 # Additional utilities requests>=2.31.0 pydantic>=2.0.0 # URL encoding for database connections urllib3>=1.26.0 # Visualization and formatting #matplotlib>=3.7.0 #seaborn>=0.12.0 #tabulate>=0.9.0 # Optional: For enhanced database support # Uncomment if needed # cx-Oracle>=8.3.0 # For Oracle database support # pymongo>=4.0.0 # For MongoDB support |