- Repository structure created - Core backend files from Mitai (auth, db, db_init) - Shinkan-specific: version.py, models.py, main.py - Documentation: CLAUDE.md, README.md - Environment: .env.example, .gitignore version: 0.1.0 date: 2026-04-21
13 lines
270 B
Plaintext
13 lines
270 B
Plaintext
fastapi==0.111.0
|
|
uvicorn[standard]==0.29.0
|
|
anthropic==0.26.0
|
|
python-multipart==0.0.9
|
|
Pillow==10.3.0
|
|
aiofiles==23.2.1
|
|
pydantic==2.7.1
|
|
bcrypt==4.1.3
|
|
slowapi==0.1.9
|
|
psycopg2-binary==2.9.9
|
|
python-dateutil==2.9.0
|
|
tzdata>=2024.1 # ZoneInfo (Europe/Berlin) auch unter Windows
|