# Core Python dependencies for AUTOCREATE AI Pipeline | |
requests>=2.31.0 | |
python-dotenv>=1.0.0 | |
supabase>=2.0.0 | |
psycopg2-binary>=2.9.0 | |
sqlalchemy>=2.0.0 | |
# Django framework | |
django>=4.2.0 | |
whitenoise>=6.5.0 | |
# FastAPI and ASGI | |
fastapi>=0.100.0 | |
uvicorn>=0.23.0 | |
# Gradio for AI interfaces | |
gradio>=4.0.0 | |
# API integrations | |
openai>=1.0.0 | |
groq>=0.4.0 | |
huggingface-hub>=0.17.0 | |
langchain_groq>=0.1.0 | |
langchain>=0.1.0 | |
# Data processing | |
pandas>=2.0.0 | |
numpy>=1.24.0 | |
json5>=0.9.0 | |
# System monitoring | |
psutil>=5.9.0 | |
# Automation and GUI | |
pyautogui>=0.9.54 | |
pyperclip>=1.8.2 | |
# Machine Learning | |
torch>=2.0.0 | |
torchvision>=0.15.0 | |
torchaudio>=2.0.0 | |
transformers>=4.30.0 | |
datasets>=2.10.0 | |
accelerate>=0.20.0 | |
# AI services | |
anthropic>=0.3.0 | |
# Visualization | |
matplotlib>=3.7.0 | |
seaborn>=0.12.0 | |
plotly>=5.15.0 | |
# Web scraping | |
beautifulsoup4>=4.12.0 | |
# Testing | |
pytest>=7.0.0 | |
pytest-asyncio>=0.21.0 | |
# Documentation generation | |
mermaid-py>=0.3.0 | |
# Utility libraries | |
pydantic>=2.0.0 | |
httpx>=0.24.0 | |
aiofiles>=23.0.0 | |
aiohttp>=3.9.0 | |
python-multipart>=0.0.6 | |
# Development tools | |
black>=23.0.0 | |
flake8>=6.0.0 | |
mypy>=1.5.0 | |