adjust dependencies
This commit is contained in:
7
poetry.lock
generated
7
poetry.lock
generated
@@ -81,17 +81,14 @@ tests-mypy = ["mypy (>=1.11.1) ; platform_python_implementation == \"CPython\" a
|
||||
|
||||
[[package]]
|
||||
name = "auracast-translator"
|
||||
version = "0.1"
|
||||
description = ""
|
||||
version = "0.1.0"
|
||||
description = "Announcement System"
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
groups = ["main"]
|
||||
files = []
|
||||
develop = false
|
||||
|
||||
[package.extras]
|
||||
test = ["pytest (>=8.2)"]
|
||||
|
||||
[package.source]
|
||||
type = "directory"
|
||||
url = "../auracast-translator"
|
||||
|
||||
@@ -1,14 +1,10 @@
|
||||
[tool.poetry]
|
||||
name = "auracaster-webui"
|
||||
version = "0.1.0"
|
||||
authors = [
|
||||
"Patrick S <pstruebi>",
|
||||
]
|
||||
|
||||
authors = ["Patrick S <pstruebi>"]
|
||||
description = "Announcement System"
|
||||
readme = "README.md"
|
||||
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.12"
|
||||
streamlit=">1.25.0"
|
||||
|
||||
Reference in New Issue
Block a user