13
pyproject.toml
Normal file
13
pyproject.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[project]
|
||||
name = "work-order"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"aiogram>=3.21.0",
|
||||
"asyncpg>=0.30.0",
|
||||
"loguru>=0.7.3",
|
||||
"python-dotenv>=1.1.1",
|
||||
"sqlalchemy>=2.0.41",
|
||||
]
|
Reference in New Issue
Block a user