[O] Migrate to uv project

This commit is contained in:
2026-03-12 01:18:24 -04:00
parent 318626c46c
commit aaa46295a0
4 changed files with 392 additions and 8 deletions
+16
View File
@@ -0,0 +1,16 @@
[project]
name = "channeltree"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi>=0.135.1",
"hypy-utils>=1.0.29",
"peewee>=4.0.1",
"playhouse>=0.1.0",
"python-telegram-bot>=22.6",
"requests>=2.32.5",
"starlette>=0.52.1",
"uvicorn>=0.41.0",
]