-
Notifications
You must be signed in to change notification settings - Fork 8
/
requirements.txt
56 lines (48 loc) · 934 Bytes
/
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
## Web Application
Django==1.9.7
djangorestframework==3.4.0
django-autoslug==1.9.3
django-dotenv==1.4.1
django-grappelli==2.8.1
django-gravatar2==1.4.0
django-model-utils==2.5
django-markupfield==1.4.0
django-picklefield==0.3.2
whitenoise==3.2
gunicorn==19.6.0
## Database Requirements
dj-database-url==0.4.1
psycopg2==2.7.5
## Social Authentication
python-social-auth==0.2.19
python3-openid==3.0.10
oauthlib==1.1.2
requests==2.10.0
requests-oauthlib==0.6.2
PyJWT==1.4.1
defusedxml==0.5.0
## Other Dependencies
six==1.10.0
python-dateutil==2.5.3
## Markup Dependencies
Markdown==2.6.6
bleach==1.4.3
html5lib==0.9999999
## NLP and Parsing Dependencies
nltk==3.3
beautifulsoup4==4.4.1
readability-lxml==0.6.2
lxml==3.6.0
chardet==2.3.0
cssselect==0.9.2
## Machine Learning Dependencies
scikit-learn==0.19.0
numpy==1.13.0
scipy==0.19.0
## Testing
nose==1.3.7
coverage==4.1
## Pip Stuff
pip==18.0
setuptools==24.0.3
wheel==0.29.0