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",
|
||||
"mysqlclient",
|
||||
"python-dotenv",
|
||||
"autopep8",
|
||||
"pylint",
|
||||
"mypy",
|
||||
]
|
||||
|
||||
[tool.setuptools]
|
||||
|
|
Loading…
Reference in a new issue