Skip to content

Commit 9d192ba

Browse files
committed
add requirements.txt to install into virtualenv and ignore venv/
1 parent 730f48e commit 9d192ba

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,4 @@ coverage.xml
7979
#Ignore some notebooks
8080
*.ipynb
8181
!docs/tutorials/*.ipynb
82+
venv/
File renamed without changes.

requirements.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
numpy>=1.11.1
2+
pandas
3+
netCDF4
4+
requests
5+
siphon
6+
pytz
7+
six
8+
pytest
9+
nose
10+
scipy>=0.18.0
11+
xlrd

0 commit comments

Comments
 (0)