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 497a005 commit 240ec0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,4 +1,4 @@
Django>=4.1.8,<4.2
Django>=4.1.7,<4.2
boto3
dj_database_url
django-cleanup
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -26,7 +26,7 @@
},
packages=setuptools.find_packages(exclude=["dmp_project", "docs"]),
install_requires=(
"Django>=4.1.8,<4.2",
"Django>=4.1.7,<4.2",
"requests>=2.28.1",
),
include_package_data=True,
Expand Down

0 comments on commit 240ec0c

Please sign in to comment.