Commit 649d546c authored by Romain Courteaud's avatar Romain Courteaud

Add dev dependencies

parent cc83755f
......@@ -25,6 +25,9 @@ setup(
"dnspython",
"miniupnpc",
],
extras_require={
"dev": ["pytest", "black", "pyflakes", "mock", "httpretty"]
},
entry_points={
"console_scripts": ["urlchecker=urlchecker_cli:runUrlChecker "]
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment