mirror of
https://git.pleroma.social/pleroma/relay.git
synced 2024-11-10 02:17:59 +00:00
add pylint and flake8 to dev deps
This commit is contained in:
parent
4feaccaa53
commit
8c6ee7d57a
|
@ -27,9 +27,10 @@ python_requires = >=3.7
|
||||||
|
|
||||||
[options.extras_require]
|
[options.extras_require]
|
||||||
dev =
|
dev =
|
||||||
pyinstaller >= 5.6.0
|
flake8 = 3.1.0
|
||||||
|
pyinstaller = 6.3.0
|
||||||
|
pylint = 3.0
|
||||||
|
|
||||||
[options.entry_points]
|
[options.entry_points]
|
||||||
console_scripts =
|
console_scripts =
|
||||||
activityrelay = relay.manage:main
|
activityrelay = relay.manage:main
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue