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 ruff
scalene scalene
sqlalchemy sqlalchemy
sqlalchemy
tenacity tenacity
textual textual
tiktoken tiktoken
+7 -4
View File
@@ -3,7 +3,7 @@ name = "system_tools"
version = "0.1.0" version = "0.1.0"
description = "" description = ""
authors = [{ name = "Richie Cahill", email = "richie@tmmworkshop.com" }] authors = [{ name = "Richie Cahill", email = "richie@tmmworkshop.com" }]
requires-python = "~=3.13.0" requires-python = "~=3.14.0"
readme = "README.md" readme = "README.md"
license = "MIT" license = "MIT"
# these dependencies are a best effort and aren't guaranteed to work # these dependencies are a best effort and aren't guaranteed to work
@@ -12,13 +12,16 @@ dependencies = [
"alembic", "alembic",
"apprise", "apprise",
"apscheduler", "apscheduler",
"fastapi",
"fastapi-cli",
"httpx", "httpx",
"python-multipart",
"polars", "polars",
"psycopg[binary]", "psycopg[binary]",
"pydantic", "pydantic",
"pyyaml", "python-multipart",
"sqlalchemy", "sqlalchemy",
"tenacity",
"tinytuya",
"typer", "typer",
"websockets", "websockets",
] ]
@@ -41,7 +44,7 @@ dev = [
[tool.ruff] [tool.ruff]
target-version = "py313" target-version = "py314"
line-length = 120 line-length = 120