create default structure
This commit is contained in:
11
pyproject.toml
Normal file
11
pyproject.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[project]
|
||||
name = "vidimrukamibot"
|
||||
version = "0.1.0"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"aiogram>=3.22.0",
|
||||
"aiogram-dialog>=2.4.0",
|
||||
"bestconfig>=1.3.6",
|
||||
"psycopg>=3.2.10",
|
||||
"sqlalchemy>=2.0.43",
|
||||
]
|
||||
Reference in New Issue
Block a user