This commit is contained in:
Matteo Benedetto
2025-08-21 18:22:39 +02:00
parent cbb60a19d9
commit 79369a1dd8
12 changed files with 481 additions and 281 deletions
+6
View File
@@ -0,0 +1,6 @@
# API Requirements for Mice Game Score API
fastapi>=0.104.1
uvicorn[standard]>=0.24.0
pydantic>=2.5.0
sqlite3 # Built into Python
python-multipart>=0.0.6