First real commit
Some checks failed
Build, Push, and Deploy to Nomad / docker-nomad (push) Failing after 1m5s

This commit is contained in:
Henrik Jess
2024-12-10 15:16:17 +01:00
parent c5c7b99caa
commit a5a155f238
7 changed files with 144 additions and 8 deletions

View File

@@ -0,0 +1,4 @@
fastapi==0.110.0 # Latest FastAPI version
uvicorn[standard]==0.27.1 # ASGI server to run FastAPI
pydantic==2.6.3
python-dotenv==1.0.1 # Manage environment variables