init commit
This commit is contained in:
20
pyproject.toml
Normal file
20
pyproject.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
[project]
|
||||
name = "tg-autoposting-platform"
|
||||
version = "0.1.0"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"fastapi",
|
||||
"uvicorn[standard]",
|
||||
"SQLAlchemy>=2.0",
|
||||
"asyncmy",
|
||||
"alembic",
|
||||
"pydantic>=2",
|
||||
"pydantic-settings",
|
||||
"python-telegram-bot>=21",
|
||||
"celery[redis]",
|
||||
"httpx",
|
||||
"loguru",
|
||||
]
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 100
|
||||
Reference in New Issue
Block a user