Extract reply from email.

This commit is contained in:
Umair Khan
2016-06-23 12:43:21 +05:00
committed by Tim Abbott
parent 75bd3541ea
commit f1f48f305e
6 changed files with 108 additions and 1 deletions

View File

@@ -137,3 +137,5 @@ ujson==1.33
uritemplate==0.6
zope.interface==4.1.2
-r emailmirror.txt

View File

@@ -0,0 +1,12 @@
talon==1.2.10
cchardet==1.0.0
cssselect==0.9.2
lxml==3.6.0
regex==2016.6.19
# Currently, Scikit-Learn and Numpy cannot be installed with pip in one
# install pass. See https://github.com/scikit-learn/scikit-learn/issues/4164
# for further details.
-r numpy.txt
scikit-learn==0.16.1

5
requirements/numpy.txt Normal file
View File

@@ -0,0 +1,5 @@
# Currently, Scikit-Learn and Numpy cannot be installed with pip in one
# install pass. See https://github.com/scikit-learn/scikit-learn/issues/4164
# for further details.
numpy==1.11.0
scipy==0.17.1