Skip to content

Commit b837f8b

Browse files
committed
Add sphinx to dev requirements and change to alphabetical order
1 parent 101ed12 commit b837f8b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

setup.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,14 @@ def read(fname):
2828
install_requires=["pandas", "requests"],
2929
extras_require={
3030
"dev": [
31-
"pytest",
3231
"jupyter",
33-
"sphinx_rtd_theme",
34-
"numpy",
3532
"matplotlib",
33+
"nbsphinx",
34+
"numpy",
35+
"pytest",
3636
"pytest-notebook",
37+
"sphinx >= 1.4",
38+
"sphinx_rtd_theme",
3739
]
3840
},
3941
)

0 commit comments

Comments
 (0)