Skip to content

Commit

Permalink
[4.2.x] Updated asgiref dependency for 4.2 release series.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixxm committed Apr 3, 2023
1 parent fa68771 commit 5b87ed8
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 @@ packages = find:
include_package_data = true
zip_safe = false
install_requires =
asgiref >= 3.6.0
asgiref >= 3.6.0, < 4
backports.zoneinfo; python_version<"3.9"
sqlparse >= 0.3.1
tzdata; sys_platform == 'win32'
Expand Down

0 comments on commit 5b87ed8

Please sign in to comment.