forked from jjangsangy/ExplainToMe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
31 lines (29 loc) · 665 Bytes
/
Pipfile
File metadata and controls
31 lines (29 loc) · 665 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
[packages]
Flask = "==0.12.3"
Flask-Assets = "==0.11"
Flask-Bootstrap = "==3.3.7.1"
Flask-Cors = "==2.1.2"
Flask-DebugToolbar = "==0.10.1"
flask-heroku = "==0.1.9"
Flask-Script = "==2.0.5"
Flask-WTF = "==0.14.2"
futures = "==3.1.1"
chainmap = "==1.0.2"
ipython = "<6.0.0,>=5.3.0"
nltk = "==3.2.2"
python-dateutil = "==2.6.0"
sumy = "==0.6.0"
requests = "==2.17.3"
flask-appconfig = "==0.11.1"
Flask-Debug = "==0.4.3"
Flask-SSLify = "==0.1.5"
gunicorn = "*"
ipdb = "*"
gevent = "*"
[packages.goose-extractor]
git = "https://github.com/jjangsangy/python-goose.git"
editable = true
ref = "develop"