-
Notifications
You must be signed in to change notification settings - Fork 1
/
requirements-thawed.txt
110 lines (98 loc) · 2.55 KB
/
requirements-thawed.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
gunicorn
# gunicorn[gevent]
gevent
greenlet
redis
requests
backoff
boto3
Fabric3
# executor
# envoy
BaseHash
PyJWT
pydash
PyYAML>=5.4
toolz
xxhash
lxml
pandas
enasearch
attrdict
robobrowser
python-magic
urllib3<1.25,>=1.24.2
Jinja2>=2.10.1
fs # PyFilesystem
sentry-sdk==0.17.0
humanize
typing-extensions # backport, not required after Python 3.8
text-unidecode
git+https://github.com/pansapiens/webdav-client-python.git@master#egg=webdavclient
ptvsd
# Temporary version of paramiko that merges PR (OpenSSH key format): https://github.com/paramiko/paramiko/pull/1343
# Alternative workaround - generate PEM format keys like:
# ssh-keygen -t rsa -b 4096 -f ~/.ssh/my-compute-key -m PEM
# Install with PARAMIKO_REPLACE=1 environment variable set
# https://github.com/ploxiln/paramiko-ng/archive/2.8.0.tar.gz#egg=paramiko-ng
# cryptography>=2.5
paramiko>=2.12.0,<3
# Base Django packages
django==2.2.28
django-reversion
django-cors-headers
django-extensions
ipython
django-storages
django-object-actions
django-cache-memoize
social-auth-core>=3.0.0,<4.0.0
social-auth-app-django>=3.0.0,<4.0.0
rest-social-auth>=1.5.0
django-rest-framework-social-oauth2
django-guardian
djangorestframework-guardian
djangorestframework-csv
# whitenoise
# whitenoise[brotli]
# for Django django.contrib.auth.hashers
bcrypt
argon2-cffi
# django-jsonfield, the schinckel one, now at https://github.com/adamchainz/django-jsonfield
git+https://github.com/adamchainz/django-jsonfield#egg=django-jsonfield
# The 'other' json field library
# jsonfield # https://github.com/dmkoch/django-jsonfield
# compatibility layer for jsonfield<->Django native Postgres JSONField
# django-jsonfield-compat # broken ?
# For LoginRequiredMixin, CsrfExemptMixin
django-braces
django-environ
# django-tus
# Authentication
# Is django-allauth actually used ?
django-allauth
# django-auth-adfs
# https://github.com/NIF-au/django-rapid-connect-demo
# Django REST Framework, and some optional extra packages
djangorestframework==3.9.4
markdown
django-filter>=2,<3
# django-filter
django-guardian
coreapi
djangorestframework-jwt
# drf_openapi==1.3.0
# git+https://github.com/limdauto/drf_openapi.git#egg=drf_openapi
# https://github.com/limdauto/drf_openapi/issues/105
git+https://github.com/maykinmedia/drf_openapi.git@105-proxy-label-cannot-be-decoded#egg=drf_openapi
git+https://github.com/pansapiens/json-merge-patch.git#egg=json_merge_patch
jsonpatch
# Celery task queue
celery<=4.4.7
flower
django-celery-results
django-celery-beat
setproctitle
# Postgres packages
# sudo apt-get install postgresql postgresql-server-dev-all
psycopg2-binary