Update infra

This commit is contained in:
2023-01-05 21:56:57 +01:00
parent 2807c5e00e
commit e6b5804e37
7 changed files with 390 additions and 23 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "timetracker"
version = "0.1.0-34-g8efce77"
version = "0.1.0"
description = "A simple time tracker."
authors = ["Lukáš Kucharczyk <lukas@kucharczyk.xyz>"]
license = "GPL"
@ -17,8 +17,8 @@ pyyaml = "^6.0"
pytest = "^7.2.0"
django-extensions = "^3.2.1"
werkzeug = "^2.2.2"
djlint = "^1.19.11"
djhtml = "^1.5.2"
djlint = "^1.19.11"
[build-system]
requires = ["poetry-core"]