mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Extract reply from email.
This commit is contained in:
@@ -137,3 +137,5 @@ ujson==1.33
|
||||
|
||||
uritemplate==0.6
|
||||
zope.interface==4.1.2
|
||||
|
||||
-r emailmirror.txt
|
||||
|
||||
12
requirements/emailmirror.txt
Normal file
12
requirements/emailmirror.txt
Normal 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
5
requirements/numpy.txt
Normal 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
|
||||
Reference in New Issue
Block a user