feat: added version 0.1.0

This commit is contained in:
2025-05-19 16:00:40 +02:00
parent 5cce8e014b
commit 1dce7f3016
3 changed files with 104 additions and 0 deletions

24
requirements.txt Normal file
View File

@@ -0,0 +1,24 @@
filelock==3.18.0
idna==3.10
py3-validate-email==1.0.5.post2
dnspython==2.7.0
annotated-types==0.7.0 # FastAPI
anyio==4.9.0 # FastAPI
fastapi==0.115.12 # FastAPI
idna==3.10 # FastAPI
pydantic==2.11.4 # FastAPI
pydantic-core==2.33.2 # FastAPI
sniffio==1.3.1 # FastAPI
starlette==0.46.2 # FastAPI
typing-extensions==4.13.2 # FastAPI
typing-inspection==0.4.0 # FastAPI
click==8.1.7 # uvicorn server
httptools==0.6.4 # uvicorn server
pyyaml==6.0.2 # uvicorn server
uvicorn==0.32.0 # uvicorn server
uvloop==0.21.0 # uvicorn server
watchfiles==0.24.0 # uvicorn server
websockets==14.1 # uvicorn server
gunicorn==23.0.0 # uvicorn server