Skip to content

Commit

Permalink
chore: support Django >= 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jerivas committed Feb 23, 2022
1 parent 45ab4b7 commit 89e6e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ python_requires = >=3.7
packages = file_router
include_package_data = true
install_requires =
django >= 3.2
django >= 2.2

[options.extras_require]
testing =
Expand Down

0 comments on commit 89e6e8e

Please sign in to comment.