Initial working API

This commit is contained in:
2023-11-18 21:09:27 +01:00
parent 9573c3b8ff
commit 5ef8c07f30
6 changed files with 235 additions and 1 deletions

View File

@ -12,6 +12,7 @@ python = "^3.12"
django = "^4.2.0"
gunicorn = "^20.1.0"
uvicorn = "^0.20.0"
graphene-django = "^3.1.5"
[tool.poetry.group.dev.dependencies]
black = "^22.12.0"