-
Notifications
You must be signed in to change notification settings - Fork 189
Expand file tree
/
Copy pathrequirements.txt
More file actions
64 lines (54 loc) · 1.63 KB
/
requirements.txt
File metadata and controls
64 lines (54 loc) · 1.63 KB
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
Django==3.1.7
celery==5.0.5
djangorestframework==3.12.2
django-filter==2.4.0
wheel==0.36.2 # Needed by django-sampledatahelper
# Persistent Store
# -------------------------------------------------
psycopg2==2.8.6
redis==3.5.3
dj-database-url==0.5.0
# Extensions
# -------------------------------------------------
django-extensions==3.1.1
django-sampledatahelper==0.5
unicode-slugify==0.1.3 # TODO: remove if possible or find a replacement
XlsxWriter==1.3.7
arrow==1.0.2
hashids==1.3.1
# Django Model Helpers
# -------------------------------------------------
django-uuid-upload-path==1.0.0
Pillow==8.1.2
# Auth
# -------------------------------------------------
django-allauth==0.44.0
oauthlib==3.1.0
python-openid2==3.2
requests==2.25.1
requests-oauthlib==1.3.0
mock==4.0.3 # Django all auth needs
# Admin
# -------------------------------------------------
django-simple-history==2.12.0 # TODO: remove if possible or find a replacement
# Frontend Helpers
# -------------------------------------------------
django-bootstrap3==14.2.0
django-bootstrap-breadcrumbs==0.9.2
django-flat-theme==1.1.4
# Markdown Editor
# -------------------------------------------------
django-markdown2==0.3.1 # TODO: remove if possible or find a replacement
django-pagedown==2.2.0
mdx-linkify==2.1
Markdown==3.3.4 # TODO: remove if possible or find a replacement
markdown2==2.4.0 # TODO: remove if possible or find a replacement
# Server
# ------------------------------------------------
uwsgi==2.0.*
# Device
# ------------------------------------------------
django-uuidfield==0.5.0 # TODO: remove if possible or find a replacement
# Ticket
qrcode==6.1
jsonfield==3.1.0