Skip to content
Snippets Groups Projects
Commit 058fc9b3 authored by juga's avatar juga
Browse files

Add flake8 dependency for future linter tests

parent 110d88e1
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ setup(
'pysocks',
],
extras_require={
'dev': [],
'dev': ['flake8'],
'test': ['tox', 'pytest', 'pytest-cov'],
# recommonmark: to make sphinx render markdown
'doc': ['sphinx', 'recommonmark'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment