cleaned uo python dependencies
This commit is contained in:
@@ -38,7 +38,6 @@
|
|||||||
ruff
|
ruff
|
||||||
scalene
|
scalene
|
||||||
sqlalchemy
|
sqlalchemy
|
||||||
sqlalchemy
|
|
||||||
tenacity
|
tenacity
|
||||||
textual
|
textual
|
||||||
tiktoken
|
tiktoken
|
||||||
|
|||||||
+7
-4
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user