adjust dependencies

This commit is contained in:
2025-03-20 11:56:54 +01:00
parent f4529f734e
commit 6162cae6fd
2 changed files with 3 additions and 10 deletions

7
poetry.lock generated
View File

@@ -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"

View File

@@ -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"