-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
65 lines (48 loc) · 1020 Bytes
/
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
# django framework
Django==4.0.6
# for downloading warning packages
requests==2.27.1
# read QR codes from images and pdf's
Pillow==9.0.1
pyheif==0.6.1
pyzbar==0.1.8
pdf2image==1.16.0
# to decode CWA-Payloads
protobuf==3.19.4
# decrypt warnings
pycryptodome==3.14.1
# pretty print tables
tabulate==0.8.9
# celery
celery==5.2.3
django-celery-results==2.2.0
#celery-singleton==0.3.1
# redis cache
redis==4.1.4
hiredis==2.0.0
django-redis==5.2.0
# postgresql client
psycopg2==2.9.3
psycopg2-binary==2.9.3
# to read settings from environment variables
django-environ==0.8.1
# telegram
python-telegram-bot-django-persistence==0.1.7
python-telegram-bot==13.11
# bootstrap
django-bootstrap-v5==1.0.11
# fontawesome
fontawesomefree==6.0.0
# crispy forms
django-crispy-forms==1.14.0
crispy-bootstrap5==0.6
# navigation
django-sitetree==1.17.1
# sass/scss/js
django-webpack-loader==1.4.1
# pretty tables
django-tables2==2.4.1
# django-rest-framework
djangorestframework==3.13.1
django-filter==21.1
markdown==3.3.6