From f36dd51ba0664af96128233d6b626cbcb0813d3f Mon Sep 17 00:00:00 2001 From: DarkCat09 Date: Fri, 24 Mar 2023 20:15:00 +0400 Subject: [PATCH] Development deps in pyproject.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) 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]