-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
executable file
·71 lines (58 loc) · 1.27 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
59
60
61
62
63
64
65
66
67
68
69
70
71
# Core Web Frameworks
Django>=4.2,<5
django-environ>=0.4
python-decouple
Pillow
django-debug-toolbar==4.2.0
django-extensions==3.2.3
# Asynchronous Task Queue
celery==5.3.4
kombu==5.3.2
amqp==5.1.1
billiard==4.1.0
# Form Handling and Validation
django-captcha-admin==0.2
captcha==0.5.0
django-simple-captcha==0.5.20
django-recaptcha==1.3.0
django-multi-captcha-admin==2.0.0
# Rich Text Editing
django-ckeditor==6.7.0
django-summernote==0.8.20.0
# File Handling and Storage
django-cleanup==8.0.0
django-queued-storage==0.8.0
# Static Assets and Compression
django-compressor==4.4
jsmin==3.0.1
cssmin==0.2.0
rcssmin==1.1.1
rjsmin==1.2.1
whitenoise==6.6.0
# User Experience Enhancements
django-hitcount==1.3.5
django-social-share==2.3.0
django-robots==6.1
django-taggit==5.0.1
django-mptt==0.14.0
django-js-asset==2.1.0
# Utility Libraries
colorama==0.4.6
click==8.1.7
click-didyoumean==0.3.0
click-plugins==1.1.1
click-repl==0.3.0
tzdata==2023.3
sqlparse==0.4.4
six==1.16.0
vine==5.0.0
python-dateutil==2.8.2
# Testing and Development
prompt-toolkit==3.0.39
django-debug-toolbar==4.2.0
# Miscellaneous
webencodings==0.5.1
# deployment module
gunicorn
# For PostgreSQL (uncomment if using PostgreSQL)
psycopg2-binary