Initial commit
This commit is contained in:
commit
376a7a9fe5
71 changed files with 2326 additions and 0 deletions
20
requirements.txt
Normal file
20
requirements.txt
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
fastapi
|
||||
pydantic
|
||||
uvicorn
|
||||
jinja2
|
||||
python-dotenv
|
||||
requests
|
||||
itsdangerous
|
||||
starlette
|
||||
pydantic-settings
|
||||
authlib
|
||||
httpx
|
||||
types-authlib
|
||||
python-jose
|
||||
pytest
|
||||
uvloop; sys_platform != 'win32'
|
||||
sqlalchemy
|
||||
httptools
|
||||
psycopg
|
||||
email-validator
|
||||
alembic
|
||||
Loading…
Add table
Add a link
Reference in a new issue