-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathrequirements.txt
58 lines (48 loc) · 1.29 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
# last update: 2022/02/02
# python 3.8.10
# pip 22.0.2
# django
Django==4.1.13
django-mathfilters==1.0.0
django-json-widget==1.1.1 # https://github.com/jmrivas86/django-json-widget/issues/63
django-extensions==3.1.5
django-bulk-update==2.2.0
# cache and ratelimit
# python-memcached==1.59 # last update 2017...
django-ratelimit==3.0.1
django-redis==5.2.0
django-redisboard==5.0.0
djangorestframework==3.13.1
# optimisation
django-htmlmin==0.11.0
django-brotli==0.2.0
whitenoise==5.3.0
# sentry
sentry-sdk==1.5.4
# misc
requests>=2.31.0
python-decouple==3.6
schedule==1.1.0 # needed for ?
python-magic>=0.4.22
Pillow==10.3.0 # If OOM: pip install --compile --install-option=-O1 Pillow
xkcdpass==1.19.3
libmagic
django-cors-headers==4.3.1
# fontawesome-free
# http server # for prod, not both needed
# gunicorn==20.1.0
#uwsgi==2.0.20 # failed on python10
# database
psycopg2-binary==2.9.3
# psycopg2==2.9.3 # dependencies: libpq-dev python3-dev
# math
numpy # avoid 1.22: https://stackoverflow.com/questions/70612364/numpy-warning-with-django-4-numpy-float64-type-is-zero
scipy
# git
pre-commit
# NN
cloudpickle
xgboost
scikit-learn
datasieve
gunicorn