forked from ubiquitypress/osf.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
57 lines (53 loc) · 1.4 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
# Base requirements for running the OSF.
# NOTE: This does not include addon requirements or development requirements.
# To install addon requirements: inv requirements --addons
# To install dev requirements: inv requirements --dev
invoke==0.9.0
Werkzeug==0.10.4
Flask==0.10.1
Mako==1.0.0
Markdown==2.4.1
Pygments==1.6
WTForms==1.0.4
beautifulsoup4==4.3.2
celery==3.1.17
httplib2==0.9
hurry.filesize==0.9
itsdangerous==0.24
lxml==3.4.1
mailchimp==2.0.9
nameparser==0.3.3
py-bcrypt==0.4
pymongo==2.5.1
python-dateutil==2.4.2
python-gnupg==0.3.6
pytz==2014.9
bleach==1.4.1
html5lib==0.999
blinker==1.3
furl==0.4.4
elasticsearch==1.3.0
google-api-python-client==1.2
python-crontab==1.9.2
Babel==1.3
# Support SSL SNI on Python < 2.7.9
# (http://docs.python-requests.org/en/latest/community/faq/#what-are-hostname-doesn-t-match-errors)
ndg-httpsclient==0.3.0
# Development version of modular-odm
git+https://github.com/CenterForOpenScience/modular-odm.git@develop
# Issue: certifi-2015.9.6.1 and 2015.9.6.2 fail verification (https://github.com/certifi/python-certifi/issues/26)
# MailChimp Ticket: LTK1218902287135X, Domain: https://us9.api.mailchimp.com
certifi==2015.4.28
requests==2.5.3
urllib3==1.10.4
requests-oauthlib==0.5.0
raven==5.1.1
webcolors==1.4
# API requirements
Django==1.8
djangorestframework==3.1.1
django-cors-headers==1.1.0
django-rest-swagger==0.3.2
djangorestframework-bulk==0.2.1
pyjwt==1.4.0
pyjwe==0.1.6