Skip to content

Commit 8e75293

Browse files
committed
downgraded other dependencies
1 parent 43f1f8e commit 8e75293

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

rnacentral/requirements.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
Django==2.2.19 # Django 4.2 requires Postgres 12
22
PyYAML==5.3.1
33
attrs==20.3.0
4-
psycopg2-binary==2.9.9
4+
psycopg2-binary==2.8.6 # Better compatibility with Django 2.2
55
django-cors-headers==3.5.0
66
django-filter==2.4.0
77
django-maintenancemode==0.11.3
88
djangorestframework==3.11.2 # DRF 3.15 requires Django 4.2
99
djangorestframework-yaml==2.0.0
10-
djangorestframework-jsonp
10+
djangorestframework-jsonp==1.0.2
1111
logilab-common==1.8.0
1212
python-dateutil==2.8.1
13-
pymemcache==4.0.0
13+
pymemcache==3.4.4 # Better Python 3.8 compatibility
1414
requests==2.25.1
1515
six==1.12.0
1616
sqlparse==0.4.1
1717
colorhash==1.0.3
18-
gunicorn==21.2.0
18+
gunicorn==20.1.0 # Better Python 3.8 compatibility
1919
python-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
2424
markdown2==2.4.13
2525

26-
# django compressor
26+
# django compressor - downgraded for Django 2.2 compatibility
2727
django-appconf==1.0.6
28-
django-compressor==4.4
28+
django-compressor==2.4.1 # Compatible with Django 2.2
2929
rcssmin==1.1.1
3030
rjsmin==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

0 commit comments

Comments
 (0)