Skip to content

Commit

Permalink
Merge pull request #223 from fyntex/feature/upgrade-django-2.2.21
Browse files Browse the repository at this point in the history
requirements: Upgrade 'Django'
  • Loading branch information
ycouce-cdd committed Jun 8, 2021
2 parents fd39c62 + dd19d8e commit 07c2b18
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.18,<3
Django>=2.2.21,<3
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.18,<3'],
'django': ['Django>=2.2.21,<3'],
'djangorestframework': ['djangorestframework>=3.10.3,<3.13'],
}

Expand Down

0 comments on commit 07c2b18

Please sign in to comment.