Development deps in pyproject.toml

This commit is contained in:
DarkCat09 2023-03-24 20:15:00 +04:00
parent 58fac81dd9
commit f36dd51ba0

View file

@ -11,6 +11,9 @@ dependencies = [
"sqlalchemy-utils",
"mysqlclient",
"python-dotenv",
"autopep8",
"pylint",
"mypy",
]
[tool.setuptools]