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 -