forked from artefactual/archivematica
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.in
56 lines (53 loc) · 1.43 KB
/
requirements.in
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
git+https://github.com/Brown-University-Library/django-shibboleth-remoteuser.git@67d270c65c201606fb86d548493d4b3fd8cc7a76#egg=django-shibboleth-remoteuser
Django>=1.11,<2
agentarchives==0.7.0
amclient==1.1.1
ammcpc==0.1.3
bagit==1.7.0
brotli==0.5.2 # Better compression library for WhiteNoise
clamd==1.0.2
contextdecorator==0.10.0; python_version < "3.2"
django-autoslug==1.9.3 # used by fpr
django-braces==1.0.0
django-csp==3.7.0
django-extensions==1.7.9
django-forms-bootstrap>=3.0.0,<4.0.0
django-prometheus==1.0.15
django-tastypie==0.13.2
elasticsearch>=6.0.0,<7.0.0
enum34==1.1.6; python_version < "3.4" # required by inotify_simple
futures==3.3.0; python_version < "3.2"
gearman==2.0.2; python_version < "3"
gearman3==0.2.1; python_version >= "3"
gevent==1.3.6 # used by gunicorn's async workers
gunicorn==19.9.0
inotify_simple==1.1.8
jsonschema==2.6.0
lazy-paged-sequence
logutils==0.3.3
lxml~=4.6
metsrw==0.3.20
mysqlclient==1.4.6
ndg-httpsclient
opf-fido==1.4.1
pathlib2==2.3.4 ; python_version < '3'
pip~=20.3 ; python_version < '3'
pip~=21.1 ; python_version >= '3'
pip-tools==5.4.0
prometheus_client==0.7.1
pyasn1
pyopenssl
python-dateutil==2.6.0
pytz
requests~=2.25
scandir==1.10.0 # via pathlib2
six==1.14.0
unidecode==0.04.19
whitenoise==3.3.0
# Required by LDAP authentication
django-auth-ldap==1.3.0
python-ldap==3.2.0
# Required by CAS authentication
django-cas-ng==3.6.0
# Required for OpenID Connect authentication
mozilla-django-oidc