initial commit
All checks were successful
Build & push Docker image / publish (push) Successful in 30s

This commit is contained in:
estebanthi
2025-10-18 16:32:21 +02:00
commit 15d18c3f62
13 changed files with 676 additions and 0 deletions

18
requirements.txt Normal file
View File

@@ -0,0 +1,18 @@
annotated-types==0.7.0 ; python_version >= "3.13"
anyio==4.11.0 ; python_version >= "3.13"
click==8.3.0 ; python_version >= "3.13"
colorama==0.4.6 ; python_version >= "3.13" and platform_system == "Windows"
dnspython==2.8.0 ; python_version >= "3.13"
dotenv==0.9.9 ; python_version >= "3.13"
email-validator==2.3.0 ; python_version >= "3.13"
fastapi==0.119.0 ; python_version >= "3.13"
h11==0.16.0 ; python_version >= "3.13"
idna==3.11 ; python_version >= "3.13"
pydantic-core==2.41.4 ; python_version >= "3.13"
pydantic==2.12.3 ; python_version >= "3.13"
python-dotenv==1.1.1 ; python_version >= "3.13"
sniffio==1.3.1 ; python_version >= "3.13"
starlette==0.48.0 ; python_version >= "3.13"
typing-extensions==4.15.0 ; python_version >= "3.13"
typing-inspection==0.4.2 ; python_version >= "3.13"
uvicorn==0.37.0 ; python_version >= "3.13"