We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ce06ae commit 42da787Copy full SHA for 42da787
.gitignore
@@ -40,3 +40,5 @@ Secret.py
40
41
#Dependencies, large files that don't need to be version controlled
42
Dependencies/
43
+
44
+.idea/*
requirements.txt
@@ -1,7 +1,6 @@
1
CouchDB==0.9
2
numpy==1.7.1
3
python-dateutil==2.1
4
-pandas==0.11.0
5
pytz==2013b
6
six==1.3.0
7
-wsgiref==0.1.2
+pandas==0.11.0
0 commit comments