Files
DB-Management-Telegram-Bot/pyproject.toml
T

10 lines
206 B
TOML

[project]
name = "vercel-fastapi-starter"
version = "0.1.0"
requires-python = ">=3.10"
dependencies = [
"fastapi>=0.121.0",
"uvicorn>=0.34.0",
"pyTelegramBotAPI>=4.14.0",
"psycopg2-binary>=2.9.9",
]