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 240ec0c commit 4ca143a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 22 deletions.
23 changes: 12 additions & 11 deletions requirements-sphinx.txt
@@ -1,13 +1,14 @@
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
Django>=4.1.7,<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
music-metadata-territories==22.6
Markdown==3.4.1
Pillow==9.2.0
psycopg2-binary==2.9.3
sphinxcontrib-mermaid==0.7.1
Markdown==3.4.3
Pillow==9.4.0
psycopg2-binary==2.9.5
waitress==2.1.2
whitenoise==6.2.0
whitenoise==6.4.0

sphinxcontrib-mermaid==0.8.1
22 changes: 11 additions & 11 deletions requirements.txt
@@ -1,13 +1,13 @@
Django>=4.1.7,<4.2
boto3
dj_database_url
django-cleanup
djangorestframework
django-storages
music-metadata-territories
Markdown
Pillow
psycopg2-binary
waitress
whitenoise
boto3==1.26.103
dj_database_url==1.3.0
django-cleanup==7.0.0
djangorestframework==3.14.0
django-storages==1.13.2
music-metadata-territories==22.6
Markdown==3.4.3
Pillow==9.4.0
psycopg2-binary==2.9.5
waitress==2.1.2
whitenoise==6.4.0

0 comments on commit 4ca143a

Please sign in to comment.