File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 264264# Django Apps & Middleware
265265sys .path .append (APPS_DIR ) # User Installed Apps
266266INSTALLED_APPS = [
267+ "daphne" , # Websocket library
267268 "django.contrib.admin" ,
268269 "django.contrib.admindocs" ,
269270 "django.contrib.auth" ,
273274 "whitenoise.runserver_nostatic" ,
274275 "django.contrib.staticfiles" ,
275276 * list_modules (CORE_DIR , prefix = "conreq.core." ),
276- "channels" , # Websocket library
277277 "encrypted_fields" , # Allow for encrypted text in the DB
278278 "solo" , # Allow for single-row fields in the DB
279279 "django_cleanup.apps.CleanupConfig" , # Automatically delete old image files
Original file line number Diff line number Diff line change 1- channels==3 .0.5
1+ channels[daphne]==4 .0.0
22diskcache==5.4.0
3- django==3.2.15
3+ django==3.2.16
44django-cleanup==5.2.0
55django-compression-middleware==0.4.1
66django-compressor==4.1
77django-htmlmin==0.11.0
88django-model-utils==4.2.0
9- django-searchable-encrypted-fields==0.1.9
10- django-silk==5.0.1
9+ django-searchable-encrypted-fields==0.2.1
10+ django-silk==5.0.2
1111django-solo==2.0.0
1212django-url-or-relative-url-field==0.2.0
13- djangorestframework==3.13.1
13+ djangorestframework==3.14.0
1414djangorestframework-api-key==2.2.0
1515docutils==0.19
16- drf-yasg==1.21.3
17- huey==2.4.3
18- hypercorn[h3]==0.13.2
16+ drf-yasg==1.21.4
17+ huey==2.4.4
18+ hypercorn[h3]==0.14.3
1919jsonfield==3.1.0
2020markdown==3.4.1
2121pwned-passwords-django==1.6
2222pyarr==3.1.1
2323pymysql==1.0.2
24- python-dotenv==0.20 .0
24+ python-dotenv==0.21 .0
2525strsim==0.0.3
26- titlecase==2.3
26+ titlecase==2.4
2727tmdbsimple==2.9.1
28- Twisted[tls,http2]==22.4 .0
28+ Twisted[tls,http2]==22.10 .0
2929tzlocal==4.2
30- whitenoise[brotli]==6.2.0
30+ whitenoise[brotli]==6.2.0
31+ attrs
You can’t perform that action at this time.
0 commit comments