This commit is contained in:
Chris Milne 2026-05-13 15:09:59 +01:00
commit 0dd23f6de0
33 changed files with 881 additions and 0 deletions

21
requirements.txt Normal file
View file

@ -0,0 +1,21 @@
fastapi
pydantic
uvicorn
jinja2
python-dotenv
requests
itsdangerous
starlette
pydantic-settings
authlib
joserfc
httpx
types-authlib
python-jose
pytest
uvloop; sys_platform != 'win32'
sqlalchemy
httptools
psycopg
alembic
prometheus-client