diff --git a/pyproject.toml b/pyproject.toml index bdc30e7..19c9b7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,9 @@ dependencies = [ "sqlalchemy-utils", "mysqlclient", "python-dotenv", + "autopep8", + "pylint", + "mypy", ] [tool.setuptools]