auto-commit for 020628f5-4bfa-4157-a41e-90eec0ddfeec

This commit is contained in:
emergent-agent-e1
2026-05-06 03:47:14 +00:00
parent 6f31e2d1bf
commit 39fbd407ec
33 changed files with 2887 additions and 0 deletions
@@ -0,0 +1,18 @@
fastapi==0.110.1
uvicorn==0.25.0
python-dotenv>=1.0.1
pydantic>=2.6.4
email-validator>=2.2.0
pyjwt>=2.10.1
passlib>=1.7.4
python-jose>=3.3.0
python-multipart>=0.0.9
requests>=2.31.0
# MySQL Database
PyMySQL>=1.1.0
SQLAlchemy>=2.0.23
cryptography>=42.0.5
# For bcrypt password hashing
bcrypt>=4.1.2