Skip to content

Commit

Permalink
bumping Django versions
Browse files Browse the repository at this point in the history
  • Loading branch information
matijakolaric committed Mar 29, 2021
1 parent be4dbda commit 2dd92ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions requirements-docs.txt
@@ -1,5 +1,4 @@
# Django>=3.2rc1,<3.3
Django>=3.1,<3.2
Django>=3.2rc1,<3.3
dj_database_url==0.5.0
psycopg2-binary==2.8.6
waitress==2.0.0
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -25,8 +25,7 @@
},
packages=setuptools.find_packages(exclude=['dmp_project', 'docs']),
install_requires=(
# 'Django>=3.2,<3.3',
'Django>=3.1,<3.2',
'Django>=3.2rc1,<3.3',
'requests>=2.24.0',
),
include_package_data=True,
Expand Down

0 comments on commit 2dd92ca

Please sign in to comment.