Skip to content

Commit

Permalink
Changed django dependency to >=2.2 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
DelboyJay committed Apr 22, 2022
1 parent ab48c80 commit 914d32e
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 47 deletions.
90 changes: 45 additions & 45 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ packages = [

[tool.poetry.dependencies]
python = ">=3.7,<4"
Django = ">=3.2"
urllib3 = "^1.26.9"
Django = ">=2.2"
djangorestframework = ">=3.8"

[tool.poetry.dev-dependencies]
"bump2version" = "^1.0.1"
Expand Down

0 comments on commit 914d32e

Please sign in to comment.