summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/nbconflux/setup-py.patch
blob: 1e92e2dd11c289fce5521619050394e670e77aaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/setup.py b/setup.py
index 26f882d..b7ccf67 100644
--- a/setup.py
+++ b/setup.py
@@ -27,8 +27,8 @@ setup(
         ]
     },
     install_requires=[
-        'nbconvert>=5.3'
-        'requests'
-        'traitlets'
+        'nbconvert>=5.3',
+        'requests',
+        'traitlets',
     ],
 )