Skip to content

Commit

Permalink
Merge pull request #226 from fyntex/feature/remove-django-upper-bound…
Browse files Browse the repository at this point in the history
…-constraint

requirements: Remove Django upper bound constraint
  • Loading branch information
ycouce-cdd committed Jun 15, 2021
2 parents 195235b + 5c9da22 commit 3a59848
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/extras.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# note: it is NOT mandatory to register all dependencies of the required packages.

# Required packages:
Django>=2.2.24,<3
Django>=2.2.24
djangorestframework>=3.10.3,<3.13

# Packages dependencies:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def get_version(*file_paths: Sequence[str]) -> str:
]

extras_requirements = {
'django': ['Django>=2.2.24,<3'],
'django': ['Django>=2.2.24'],
'djangorestframework': ['djangorestframework>=3.10.3,<3.13'],
}

Expand Down

0 comments on commit 3a59848

Please sign in to comment.