21 lines
293 B
Plaintext
21 lines
293 B
Plaintext
# Game Generator - Dependencies
|
|
|
|
# LangChain Core
|
|
langchain>=0.1.0
|
|
langchain-core>=0.1.0
|
|
|
|
# LLM Providers
|
|
langchain-google-genai>=1.0.0
|
|
langchain-openai>=0.0.5
|
|
langchain-ollama>=0.1.0
|
|
|
|
# Pydantic
|
|
pydantic>=2.0.0
|
|
|
|
# API Server
|
|
fastapi>=0.100.0
|
|
uvicorn>=0.23.0
|
|
|
|
# Utilities
|
|
python-dotenv>=1.0.0
|