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

switched to poetry

parent ff614dc5
No related branches found
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.2.3"
gevent = "==22.10.2"
TheCodeLabs-BaseUtils = "*"
TheCodeLabs-FlaskUtils = "*"
flask-socketio= "==5.3.2"
apscheduler = "==3.10.0"
Babel = "==2.11.0"
# services
icalendar = "==5.0.4"
# tiles
timeago = "==1.0.16"
[dev-packages]
pytest= "*"
poetry.lock 0 → 100644
This diff is collapsed.
[tool.poetry]
name = "DashboardLeaf"
version = "1.20.0"
description = "Flask server for displaying multiple dashboards with custom tiles that refresh periodically."
authors = ["TheCodeLabsDevs"]
[[tool.poetry.source]]
name = "TheCodeLabs"
url = "https://pypi.thecodelabs.de"
secondary = true
[tool.poetry.dependencies]
python = "^3.9"
thecodelabs-baseutils = "*"
thecodelabs-flaskutils = "*"
flask = "2.2.3"
apscheduler = "3.10.0"
gevent = "22.10.2"
flask-socketio= "5.3.2"
Babel = "2.11.0"
# services
icalendar = "5.0.4"
# tiles
timeago = "1.0.16"
[tool.poetry.dev-dependencies]
pytest= "*"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment