cleaned uo python dependencies

This commit is contained in:
2026-06-14 12:49:22 -04:00
parent fe48d4c1ad
commit 38a17f6146
2 changed files with 7 additions and 5 deletions
-1
View File
@@ -38,7 +38,6 @@
ruff
scalene
sqlalchemy
sqlalchemy
tenacity
textual
tiktoken
+7 -4
View File
@@ -3,7 +3,7 @@ name = "system_tools"
version = "0.1.0"
description = ""
authors = [{ name = "Richie Cahill", email = "richie@tmmworkshop.com" }]
requires-python = "~=3.13.0"
requires-python = "~=3.14.0"
readme = "README.md"
license = "MIT"
# these dependencies are a best effort and aren't guaranteed to work
@@ -12,13 +12,16 @@ dependencies = [
"alembic",
"apprise",
"apscheduler",
"fastapi",
"fastapi-cli",
"httpx",
"python-multipart",
"polars",
"psycopg[binary]",
"pydantic",
"pyyaml",
"python-multipart",
"sqlalchemy",
"tenacity",
"tinytuya",
"typer",
"websockets",
]
@@ -41,7 +44,7 @@ dev = [
[tool.ruff]
target-version = "py313"
target-version = "py314"
line-length = 120