"...src/main/resources/languages/news_en.properties" did not exist on "d2551f7b539ffea2556f3cd1b4466708b28e27ce"
Newer
Older
description = "Allows you to create multiple roadmaps for your projects and displays them in a timeline"
authors = ["deadlocker8"]
[[tool.poetry.source]]
name = "TheCodeLabs"
url = "https://pypi.thecodelabs.de"
priority = "explicit"
[tool.poetry.dependencies]
python = "^3.11"
thecodelabs-baseutils = {version = "*", source = "TheCodeLabs" }
thecodelabs-flaskutils = {version = "*", source = "TheCodeLabs" }
flask = "==3.0.0"
flask_jwt_extended = "==4.5.3"
gevent = "==23.9.1"
psycopg2 = "==2.9.9"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"