Development deps in pyproject.toml
This commit is contained in:
parent
58fac81dd9
commit
f36dd51ba0
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ dependencies = [
|
||||||
"sqlalchemy-utils",
|
"sqlalchemy-utils",
|
||||||
"mysqlclient",
|
"mysqlclient",
|
||||||
"python-dotenv",
|
"python-dotenv",
|
||||||
|
"autopep8",
|
||||||
|
"pylint",
|
||||||
|
"mypy",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.setuptools]
|
[tool.setuptools]
|
||||||
|
|
Loading…
Reference in a new issue