Skip to content

Commit

Permalink
Merge pull request #5 from ahoereth/feature/requirementstxt
Browse files Browse the repository at this point in the history
Add requirements.txt to ensure matplotlib 1.5.3
  • Loading branch information
gwding authored Feb 26, 2017
2 parents 619ee52 + 16bffea commit c99ddc2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.venv/
7 changes: 7 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
cycler==0.10.0
matplotlib==1.5.3
numpy==1.12.0
pyparsing==2.1.10
python-dateutil==2.6.0
pytz==2016.10
six==1.10.0

0 comments on commit c99ddc2

Please sign in to comment.