Python 3.9 reicht
This commit is contained in:
parent
085806823f
commit
3c524d030e
2
poetry.lock
generated
2
poetry.lock
generated
|
@ -8,7 +8,7 @@ python-versions = "*"
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.10"
|
python-versions = "^3.9"
|
||||||
content-hash = "7884484664662ef3a2683e8032b957139e6bb0f977eb2755f300188d91168ca9"
|
content-hash = "7884484664662ef3a2683e8032b957139e6bb0f977eb2755f300188d91168ca9"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
|
|
|
@ -5,7 +5,7 @@ description = ""
|
||||||
authors = ["Stefan Bethke <stb@lassitu.de>"]
|
authors = ["Stefan Bethke <stb@lassitu.de>"]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.10"
|
python = "^3.9"
|
||||||
bottle = "^0.12.21"
|
bottle = "^0.12.21"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
|
|
Loading…
Reference in a new issue