add /api/v1/tariffs endpoint

This commit is contained in:
austnv
2026-06-14 22:43:37 +03:00
parent d42f4fb93b
commit e0c85f3523
3 changed files with 21 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"aiofiles>=25.1.0",
"bs4>=0.0.2",
"fastapi>=0.136.3",
"httpx>=0.28.1",