bd - api
This commit is contained in:
16
pyproject.toml
Normal file
16
pyproject.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[project]
|
||||
name = "bot-telegram"
|
||||
version = "0.1.0"
|
||||
description = "Telegram bot with FastAPI backend"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"fastapi>=0.104.1",
|
||||
"uvicorn[standard]>=0.24.0",
|
||||
"sqlalchemy>=2.0.23",
|
||||
"psycopg2-binary>=2.9.7",
|
||||
"alembic>=1.12.1",
|
||||
"pydantic>=2.5.0",
|
||||
"python-multipart>=0.0.6",
|
||||
"python-dotenv>=1.0.0",
|
||||
]
|
||||
Reference in New Issue
Block a user