mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-03 17:10:10 +08:00
652b7bff04
* Initial code for backend auth * Remove outdated check * Initial separation of AuthenticatedUser * AuthenticatedUser -> Account * Rework for Account * Initial code for Discord OAuth * Remove now redundant methods * Remove incorrect response model, add requests dep for backend * Create Settings fields for Discord values * Cleanup get account from Discord function * Cleanup * Cleanup * Generate alembic upgrade script * Remove unused error codes * Update alembic script to correct down revision * Use aiohttp over requests * Update alembic script to latest down revision
20 lines
344 B
Plaintext
20 lines
344 B
Plaintext
aiohttp==3.8.3
|
|
alembic==1.8.1
|
|
cryptography==39.0.0
|
|
fastapi==0.88.0
|
|
fastapi-limiter==0.1.5
|
|
fastapi-utils==0.2.1
|
|
loguru==0.6.0
|
|
numpy==1.22.4
|
|
psycopg2-binary==2.9.5
|
|
pydantic==1.9.1
|
|
pydantic[email]==1.9.1
|
|
python-dotenv==0.21.0
|
|
python-jose[cryptography]==3.3.0
|
|
redis
|
|
scipy==1.8.1
|
|
SQLAlchemy==1.4.41
|
|
sqlmodel==0.0.8
|
|
starlette==0.22.0
|
|
uvicorn==0.20.0
|