Skip to content
Snippets Groups Projects
Commit 5e66c9f6 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

client: switched to poetry + updated dependencies

parent 032fcb1b
Branches
No related tags found
No related merge requests found
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[[source]]
url = "https://pypi.thecodelabs.de"
verify_ssl = true
name = "TheCodeLabs"
[requires]
python_version = "3"
[packages]
flask = "==2.3.2"
gevent = "==22.10.2"
requests = "==2.31.0"
TheCodeLabs-BaseUtils = {version="*", index="TheCodeLabs"}
TheCodeLabs-FlaskUtils = {version="*", index="TheCodeLabs"}
This diff is collapsed.
[tool.poetry]
name = "RoadmapClient"
version = "1.11.0"
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 = "==2.3.3"
gevent = "==23.7.0"
requests = "==2.31.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment