mirror of
https://git.pleroma.social/pleroma/relay.git
synced 2025-01-31 19:29:11 +00:00
add pylint and flake8 to dev deps
This commit is contained in:
parent
4feaccaa53
commit
8c6ee7d57a
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue