-
Notifications
You must be signed in to change notification settings - Fork 1
/
requirements.txt
75 lines (68 loc) · 1.61 KB
/
requirements.txt
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Cython==0.20.2
Flask==0.10.1
Flask-RESTful==0.2.12
Flask-OAuthlib==0.5.0
Flask-SQLAlchemy==2.0
Flask-Script==2.0.5
Flask-Security==1.7.2
Flask-Migrate==1.2.0
ftfy==3.3.0
Jinja2==2.7.3
MarkupSafe==0.23
PyYAML==3.10
Pygments==1.6
SQLAlchemy==0.9.8
Sphinx==1.2.2
Werkzeug==0.9.6
amqp==1.4.5
aniso8601==0.82
anyjson==0.3.3
billiard==3.3.0.18
celery==3.1.13
docutils==0.12
ipython==1.0.0
itsdangerous==0.24
kombu==3.0.21
lxml==3.3.5
nose==1.3.3
nose-timer==0.3.0
numpy==1.8.1
psycopg2==2.5.3
scikit-learn==0.15.0
scipy==0.14.0
pytz==2014.4
simplejson==3.6.0
six==1.7.3
redis==2.10.1
celery-with-redis==3.0
sphinx-rtd-theme==0.1.5
python-slugify==0.0.7
Unidecode==0.04.16
pycrypto==2.6.1
xmltodict==0.9.0
chardet==2.2.1
webassets==0.9
Flask-Assets==0.9
pyjade==2.2.0
Flask-Babel==0.9
humanize==0.5
colorama==0.3.1
# Use latest feedparser.
# Although feedparser says it supports Py3.3,
# the latest release (which is almost a year old) does not seem to.
git+http://code.google.com/p/feedparser
# pypi's python-dateutil isn't up to date, use latest.
bzr+https://code.launchpad.net/~dateutil/dateutil/trunk
# Install Python 3 versions.
git+git://github.com/nltk/nltk.git
git+git://github.com/ftzeng/python-readability.git
git+git://github.com/ftzeng/python-goose.git
#git+git://github.com/boto/boto.git@py3kport
# Temporarily using my fork until my pull request is accepted.
# https://github.com/boto/boto/pull/1698
git+git://github.com/ftzeng/boto.git@py3kport
# Install galaxy (argos cluster).
git+git://github.com/BowdoinOrient/topia.termextract.git
git+ssh://git@github.com/ftzeng/galaxy.git
# Doc theme
git+git://github.com/ftzeng/futora.sphinx.git