Show More
@@ -62,7 +62,7 b" setup(name='appenlight'," | |||||
62 | test_suite='appenlight', |
|
62 | test_suite='appenlight', | |
63 | install_requires=requires, |
|
63 | install_requires=requires, | |
64 | extras_require={ |
|
64 | extras_require={ | |
65 | "dev": ["coverage", "pytest", "pyramid", "tox", "mock", "webtest"], |
|
65 | "dev": ["coverage", "pytest", "pyramid", "tox", "mock", "pytest-mock", "webtest"], | |
66 | "lint": ["black"], |
|
66 | "lint": ["black"], | |
67 | }, |
|
67 | }, | |
68 | entry_points={ |
|
68 | entry_points={ |
General Comments 0
You need to be logged in to leave comments.
Login now