forked from CenterForOpenScience/osf.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
107 lines (96 loc) · 2.68 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
# Base requirements for running the OSF.
# 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
wheel==0.42.0
invoke==2.2.0
Werkzeug==3.0.1
Flask==3.0.2
Mako==1.3.2
Markdown==3.5.2
WTForms==3.1.2
celery==5.3.6
kombu==5.3.5
itsdangerous==2.1.2
lxml==5.1.0
mailchimp3==3.0.21
nameparser==1.1.3
bcrypt==4.1.2
python-dateutil==2.9.0
pytz==2024.1
bleach==6.1.0
bleach[css]==6.1.0
pillow==10.2.0
Markupsafe==2.1.5
blinker==1.7.0
furl==2.1.3
elasticsearch2==2.5.1
elasticsearch==6.8.2 # max version to support elasticsearch6
elasticsearch-dsl==6.4.0 # max version to support elasticsearch6
elastic-transport==8.13.0
google-api-python-client==2.123.0
google-auth==2.29.0
Babel==2.14.0
citeproc-py==0.6.0
boto3==1.34.60
django-waffle==4.1.0
pymongo[ocsp]==3.13.0 # install to get bson module
PyYAML==6.0.1
tqdm==4.66.2
email-validator==2.1.1
# Python markdown extensions for comment emails
markdown-del-ins==1.0.0
certifi==2024.2.2
sendgrid==6.11.0
requests==2.31.0
urllib3==1.26.18 # still <2.0 because elasticseach2 lib doesn't supprort urllib3>=2.0
oauthlib==3.2.2
requests-oauthlib==1.3.1
sentry-sdk[django, flask, celery]==2.2.0
django-redis==5.4.0
# API requirements
Django==4.2.13
djangorestframework==3.15.1
django-cors-headers==4.3.1
djangorestframework-bulk==0.2.1
django-bulk-update==2.2.0
hashids==1.3.1
pyjwt==2.8.0
django-celery-beat==2.6.0
django-celery-results==2.5.1
pyjwe==1.0.0
# Required by pyjwe and ndg-httpsclient
cryptography==42.0.5
#rpds-py==0.18.0
jsonschema==4.21.1
django-guardian==2.4.0
# Admin requirements
# django-webpack-loader==3.1.0
git+https://github.com/CenterForOpenScience/django-webpack-loader.git@af8438c2da909ec9f2188a6c07c9d2caad0f7e93 # branch is feature/v1-webpack-stats
django-sendgrid-v5==1.2.3 # metadata says python 3.10 not supported, but tests pass
# Analytics requirements
keen==0.7.0
geoip2==4.7.0
# OSF models
django-typed-models==0.14.0
django-storages==1.14.3
google-cloud-storage==2.16.0 # dependency of django-storages, hard-pin to version
django-dirtyfields==1.9.2
django-extensions==3.2.3
psycopg2==2.9.9 --no-binary psycopg2
packaging==24.0
# Reviews requirements
transitions==0.8.11
# identifiers
datacite==1.1.3
# metadata
rdflib==7.0.0
packaging==24.0
colorlog==6.8.2
# Metrics
git+https://github.com/CenterForOpenScience/django-elasticsearch-metrics.git@f5b9312914154e213aa01731e934c593e3434269 # branch is feature/pin-esdsl
# Impact Metrics CSV Export
djangorestframework-csv==3.0.2
gevent==24.2.1