From ab89c2dd8bbed5c06c2a85a5c066235d8ed86922 Mon Sep 17 00:00:00 2001
From: Robert Rosca <robert.rosca@xfel.eu>
Date: Thu, 4 Mar 2021 21:55:00 +0100
Subject: [PATCH] Sort extras

---
 setup.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/setup.py b/setup.py
index 681be3341..86c3a44f1 100644
--- a/setup.py
+++ b/setup.py
@@ -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",
-- 
GitLab