Inspiration til filer
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 49s

This commit is contained in:
Henrik Jess
2024-12-10 17:16:00 +01:00
parent 492d933119
commit 85db7fd1b3
2 changed files with 19 additions and 3 deletions

Binary file not shown.

View File

@@ -1,4 +1,20 @@
fastapi==0.110.0 # Latest FastAPI version
uvicorn[standard]==0.27.1 # ASGI server to run FastAPI
annotated-types==0.7.0
anyio==4.7.0
click==8.1.7
fastapi==0.110.0
h11==0.14.0
httptools==0.6.4
idna==3.10
Jinja2==3.1.4
MarkupSafe==3.0.2
pydantic==2.6.3
python-dotenv==1.0.1 # Manage environment variables
pydantic_core==2.16.3
python-dotenv==1.0.1
PyYAML==6.0.2
sniffio==1.3.1
starlette==0.36.3
typing_extensions==4.12.2
uvicorn==0.27.1
uvloop==0.21.0
watchfiles==1.0.0
websockets==14.1