Skip to content

Commit

Permalink
Decided to stick to Django 4.1 for now because DRF
Browse files Browse the repository at this point in the history
  • Loading branch information
matijakolaric committed Mar 31, 2023
1 parent 15a3684 commit 5e87987
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions requirements-sphinx.txt
@@ -1,14 +1,13 @@
Django>=3.2,<4.2
boto3==1.26.103
dj_database_url==1.3.0
django-cleanup==7.0.0
djangorestframework==3.14.0
django-storages==1.13.2
Django>=3.2.14,<4.0
boto3==1.24.36
dj_database_url==0.5.0
django-cleanup==6.0.0
djangorestframework==3.13.1
django-storages==1.12.3
music-metadata-territories==22.6
Markdown==3.4.3
Pillow==9.4.0
psycopg2-binary==2.9.5
Markdown==3.4.1
Pillow==9.2.0
psycopg2-binary==2.9.3
sphinxcontrib-mermaid==0.7.1
waitress==2.1.2
whitenoise==6.4.0

sphinxcontrib-mermaid==0.8.1
whitenoise==6.2.0

0 comments on commit 5e87987

Please sign in to comment.