Skip to content
Snippets Groups Projects
Commit ab89c2dd authored by Robert Rosca's avatar Robert Rosca
Browse files

Sort extras

parent d622d672
No related branches found
No related tags found
1 merge request!437Fix/requirements into setuppy
......@@ -149,21 +149,21 @@ setup(
],
extras_require={
"docs": [
"sphinx==1.8.5",
"nbsphinx",
"sphinx==1.8.5",
],
"test": [
"coverage",
"nbval",
"pytest>=5.4.0",
"pytest-asyncio",
"testpath",
"pytest-cov",
"pytest>=5.4.0",
"testpath",
"unittest-xml-reporting==3.0.2",
],
"dev": [
"pre-commit",
"nbqa[toolchain]",
"pre-commit",
]
},
python_requires=">=3.6",
......
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