Change to gunicorn
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-07 21:09:47 +01:00
parent d029fda896
commit 2939b4a515
9 changed files with 124 additions and 16 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "timetracker"
version = "0.1.0"
version = "0.1.1"
description = "A simple time tracker."
authors = ["Lukáš Kucharczyk <lukas@kucharczyk.xyz>"]
license = "GPL"
@ -9,6 +9,8 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
django = "^4.1.4"
gunicorn = "^20.1.0"
uvicorn = "^0.20.0"
[tool.poetry.group.dev.dependencies]
black = "^22.12.0"