fix includes glob and trim version from dependencies

This commit is contained in:
2021-03-25 03:59:47 +03:00
parent bf8a93d080
commit f3acc01906
7 changed files with 58 additions and 4 deletions

View File

@ -36,6 +36,7 @@ setup(
],
tests_require=[
"pytest",
"pytest-helpers-namespace",
"pytest-mock",
"pytest-pspec",
"pytest-resource-path",
@ -69,7 +70,7 @@ setup(
extras_require={
"html-templates": ["Jinja2"],
"test": ["coverage", "pytest", "pytest-mock", "pytest-pspec", "pytest-resource-path"],
"test": ["coverage", "pytest", "pytest-helpers-namespace", "pytest-mock", "pytest-pspec", "pytest-resource-path"],
"web": ["Jinja2", "aiohttp", "aiohttp_jinja2", "requests"],
},
)