From 6162cae6fdbe0f43aa207b2a7f4d698b0d4fa4de Mon Sep 17 00:00:00 2001 From: pstruebi Date: Thu, 20 Mar 2025 11:56:54 +0100 Subject: [PATCH] adjust dependencies --- poetry.lock | 7 ++----- pyproject.toml | 6 +----- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3be79a3..c359f9d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 6604924..96f0ad4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,14 +1,10 @@ [tool.poetry] name = "auracaster-webui" version = "0.1.0" -authors = [ - "Patrick S ", -] - +authors = ["Patrick S "] description = "Announcement System" readme = "README.md" - [tool.poetry.dependencies] python = ">=3.12" streamlit=">1.25.0"