A kind of initial commit

This commit is contained in:
heboba
2026-02-26 19:33:05 +00:00
commit 9ab125b1a6
37 changed files with 3053 additions and 0 deletions

11
requirements.txt Normal file
View File

@@ -0,0 +1,11 @@
fastapi>=0.110,<1
uvicorn[standard]>=0.29,<1
httpx>=0.27,<1
SQLAlchemy>=2.0,<3
aiosqlite>=0.19,<1
pydantic>=2.6,<3
pydantic-settings>=2.2,<3
python-telegram-bot>=21,<23
python-dotenv>=1,<2
tenacity>=8,<10
orjson>=3.9,<4