File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 11Django == 2.2.19 # Django 4.2 requires Postgres 12
22PyYAML == 5.3.1
33attrs == 20.3.0
4- psycopg2-binary == 2.9.9
4+ psycopg2-binary == 2.8.6 # Better compatibility with Django 2.2
55django-cors-headers == 3.5.0
66django-filter == 2.4.0
77django-maintenancemode == 0.11.3
88djangorestframework == 3.11.2 # DRF 3.15 requires Django 4.2
99djangorestframework-yaml == 2.0.0
10- djangorestframework-jsonp
10+ djangorestframework-jsonp == 1.0.2
1111logilab-common == 1.8.0
1212python-dateutil == 2.8.1
13- pymemcache == 4.0.0
13+ pymemcache == 3.4.4 # Better Python 3.8 compatibility
1414requests == 2.25.1
1515six == 1.12.0
1616sqlparse == 0.4.1
1717colorhash == 1.0.3
18- gunicorn == 21.2.0
18+ gunicorn == 20.1.0 # Better Python 3.8 compatibility
1919python-dotenv == 0.15.0
2020
2121# markdown support
22- Markdown == 3.7
23- django-markdown-deux == 1.0.6
22+ Markdown == 3.3.4 # More stable with Django 2.2
23+ django-markdown-deux == 1.0.5 # Match pyproject.toml
2424markdown2 == 2.4.13
2525
26- # django compressor
26+ # django compressor - downgraded for Django 2.2 compatibility
2727django-appconf == 1.0.6
28- django-compressor == 4.4
28+ django-compressor == 2.4.1 # Compatible with Django 2.2
2929rcssmin == 1.1.1
3030rjsmin == 1.2.1
3131
32- # django cache machine
33- django-cachalot == 2.7.0
32+ # django cache machine - downgraded for Django 2.2 compatibility
33+ django-cachalot == 2.4.3 # Last version supporting Django 2.2
3434
35- # AWS SDK for Python
36- boto3 == 1.36.15
35+ # AWS SDK for Python - stable version
36+ boto3 == 1.17.54
3737
38- # drf-spectacular for OpenAPI schema generation
39- drf_spectacular == 0.28.0
38+ # drf-spectacular for OpenAPI schema generation - downgraded for DRF 3.11 compatibility
39+ drf_spectacular == 0.15.1 # Compatible with DRF 3.11
You can’t perform that action at this time.
0 commit comments