mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-06-28 23:01:44 +00:00
try to integrate with github workflows
This commit is contained in:
23
setup.py
23
setup.py
@ -71,8 +71,25 @@ setup(
|
||||
],
|
||||
|
||||
extras_require={
|
||||
"html-templates": ["Jinja2"],
|
||||
"test": ["pytest", "pytest-cov", "pytest-helpers-namespace", "pytest-mock", "pytest-pspec", "pytest-resource-path"],
|
||||
"web": ["Jinja2", "aiohttp", "aiohttp_jinja2", "requests"],
|
||||
"check": [
|
||||
"autopep8",
|
||||
"mypy",
|
||||
"pylint",
|
||||
],
|
||||
"test": [
|
||||
"pytest",
|
||||
"pytest-aiohttp",
|
||||
"pytest-cov",
|
||||
"pytest-helpers-namespace",
|
||||
"pytest-mock",
|
||||
"pytest-pspec",
|
||||
"pytest-resource-path",
|
||||
],
|
||||
"web": [
|
||||
"Jinja2",
|
||||
"aiohttp",
|
||||
"aiohttp_jinja2",
|
||||
"requests",
|
||||
],
|
||||
},
|
||||
)
|
||||
|
Reference in New Issue
Block a user