From 8c6ee7d57a4c24fe7cfbf7bb868be30389586d78 Mon Sep 17 00:00:00 2001 From: Izalia Mae Date: Tue, 9 Jan 2024 23:30:43 -0500 Subject: [PATCH] add pylint and flake8 to dev deps --- setup.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index bb97663..3cef4e9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,9 +27,10 @@ python_requires = >=3.7 [options.extras_require] dev = - pyinstaller >= 5.6.0 + flake8 = 3.1.0 + pyinstaller = 6.3.0 + pylint = 3.0 [options.entry_points] console_scripts = activityrelay = relay.manage:main -