Skip to content

Commit 84cc797

Browse files
authored
Merge pull request #639 from addisonlynch/add-dev-requirements
BLD: Add requirements-dev for development environment setup
2 parents 874b385 + 2054515 commit 84cc797

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

requirements-dev.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
ipython
2+
requests_cache
3+
sphinx
4+
sphinx_rtd_theme

requirements.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,3 @@ pandas>=0.19.2
33
pytest>=3
44
requests>=2.3.0
55
wrapt
6-
# Documentation Only
7-
matplotlib
8-
ipython
9-
sphinx
10-
sphinx_rtd_theme
11-
requests-cache

0 commit comments

Comments
 (0)