Files
Lyra/requirements.txt
Dani d9c526fa5c feat: Add database setup guide and local configuration files
- Added DATABASE_SETUP.md with comprehensive guide for PostgreSQL and Redis installation on Windows
- Created .claude/settings.local.json with permission settings for pytest and database fix scripts
- Updated .gitignore to exclude .env.backup file
- Included database connection test utilities in lyra/database_setup.py
- Added environment variable configuration examples for local development
2025-09-29 16:29:18 -04:00

58 lines
1003 B
Plaintext

torch>=2.1.0
torchaudio>=2.1.0
torchvision>=0.16.0
transformers>=4.35.0
tokenizers>=0.14.0
datasets>=2.14.0
accelerate>=0.24.0
bitsandbytes>=0.41.0
discord.py>=2.3.0
asyncio-mqtt>=0.11.0
aiohttp>=3.9.0
numpy>=1.24.0
pandas>=2.1.0
scipy>=1.11.0
scikit-learn>=1.3.0
matplotlib>=3.8.0
seaborn>=0.12.0
tqdm>=4.66.0
wandb>=0.16.0
tensorboard>=2.15.0
psycopg2-binary>=2.9.0
sqlalchemy>=2.0.0
alembic>=1.12.0
redis>=5.0.0
chromadb>=0.4.0
sentence-transformers>=2.2.0
beautifulsoup4>=4.12.0
requests>=2.31.0
aiofiles>=23.2.0
python-dotenv>=1.0.0
pydantic>=2.5.0
fastapi>=0.104.0
uvicorn>=0.24.0
python-multipart>=0.0.6
jinja2>=3.1.0
regex>=2023.10.0
nltk>=3.8.0
spacy>=3.7.0
textstat>=0.7.0
langdetect>=1.0.9
emoji>=2.8.0
pillow>=10.1.0
opencv-python>=4.8.0
librosa>=0.10.0
soundfile>=0.12.0
pyyaml>=6.0.0
jsonschema>=4.20.0
cryptography>=41.0.0
flake8>=6.0.0
black>=23.0.0
isort>=5.12.0
mypy>=1.5.0
pre-commit>=3.4.0
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
pytest-mock>=3.11.0
factory-boy>=3.3.0