forked from CenterForOpenScience/osf.io
-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathrequirements.txt
135 lines (122 loc) · 3.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
# Base requirements for running the GakuNin RDM.
# NOTE: This does not include addon, development or release requirements.
# NOTE: When updating pinned version, you may also need to update constraints.txt
# To install addon requirements: inv requirements --addons
# To install dev requirements: inv requirements --dev
# To install release requirements: inv requirements --release
future==0.18.2
invoke==0.15.0
Werkzeug==1.0.0
Flask==0.12.4
gevent==1.2.2
Mako==1.0.7
Markdown==2.6.9
WTForms==1.0.4
beautifulsoup4==4.6.0
# Fork of celery 4.1.1 with https://github.com/celery/celery/pull/4278 backported,
# which fixes a bug that was causing stuck registrations
# Need to pin to 4.1.1 due to https://github.com/celery/celery/issues/4355
# TODO: Remove usage of this fork when celery/celery#4355 is resolved
git+https://github.com/cos-forks/[email protected]+cos0
kombu==4.2.0
amqp==2.2.2
vine==1.1.4
itsdangerous==1.1.0
lxml==4.6.2
mailchimp==2.0.9
nameparser==0.5.3
bcrypt==3.1.4
python-dateutil>=2.7.3
python-gnupg==0.4.1
pytz==2017.3
bleach==2.1.3
html5lib==0.999999999
blinker==1.4
furl==0.4.92
elasticsearch2==2.5.0 # pyup: >=2.4,<3.0 # Major version must be same as ES version
elasticsearch==6.3.1
google-api-python-client==1.6.4
Babel==2.5.1
citeproc-py==0.4.0
boto3==1.4.7
django-waffle==0.13.0
pymongo==3.7.1
tqdm==4.28.1
# 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
# Python markdown extensions for comment emails
git+https://github.com/CenterForOpenScience/mdx_del_ins.git
certifi==2020.12.5
sendgrid==1.5.13
# avoid dbus-python requirement from secretstorage dependency
# https://github.com/jaraco/keyring/blob/9.1/setup.py
keyring==9.1
requests>=2.21.0
urllib3==1.22
oauthlib==2.0.6
requests-oauthlib==0.8.0
raven==6.4.0
# API requirements
Django==1.11.28
djangorestframework==3.8.2
django-cors-headers==2.1.0
djangorestframework-bulk==0.2.1
hashids==1.2.0
pyjwt==1.5.3
django-celery-beat==1.1.1 # BSD 3 Clause
django-celery-results==1.0.1
# Issue: sorry, but this version only supports 100 named groups (https://github.com/eliben/pycparser/issues/147)
pycparser==2.18
pyjwe==1.0.0
# Building wheel for cryptography 3.4.0 requires a Rust version incompatible with Docker base image.
# Required by pyjwe and ndg-httpsclient
cryptography==3.3.2
jsonschema==2.6.0
django-guardian==1.4.9
# Admin requirements
django-webpack-loader==0.5.0
django-nose==1.4.5
django-password-reset==1.0
sendgrid-django==2.0.0
python-redmine==2.0.2
pyfcm==1.4.3
facebook-sdk==3.1.0
#git+https://github.com/mobolic/facebook-sdk.git@09b281b97ff3192d8d78edca393c753d11b0eb99#egg=facebook-sdk
tweepy==3.5.0
pandas==1.1.0
matplotlib==2.1.1
seaborn==0.8.1
reportlab==3.4.0
pdfkit==0.6.1
numpy==1.15.4
# Analytics requirements
keen==0.5.1
maxminddb-geolite2==2018.308
# OSF models
django-typed-models==0.7.0
django-storages==1.6.6
google-cloud-storage==0.22.0 # dependency of django-storages, hard-pin to version
django-dirtyfields==1.3.1
django-extensions==2.1.3
django-include==0.2.4
psycopg2==2.7.3 --no-binary psycopg2
ujson==1.35
sqlparse==0.2.4
psycogreen==1.0
django-bulk-update==2.2.0
ciso8601==1.0.5
# Reviews requirements
transitions==0.6.1
# enum34==1.1.6
# identifiers
datacite==1.0.1
# Metrics
django-elasticsearch-metrics==5.0.0
# Impact Metrics CSV Export
djangorestframework-csv==2.1.0
# I18n Support
Babel==2.5.1
Flask-Babel==1.0.0
rsa==3.1.4
flask-compress==1.15