diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2022-06-16 11:37:17 +0200 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2022-06-16 12:17:15 +0200 |
| commit | 0fb02522f996815944d6b61b8b3e27fd30923526 (patch) | |
| tree | f86bc360dfbd437848c319650c4bfb5e5d48eb5d /setup.cfg | |
| parent | eaf98853922cd72fe7a72590ca0679ae4cbc9ebc (diff) | |
[4.1.x] Updated asgiref dependency for 4.1 release series.
Backport of 2a2bde52f31e09e95ce616e8e6bc0ffeb68f76c9 from main
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ packages = find: include_package_data = true zip_safe = false install_requires = - asgiref >= 3.4.1 + asgiref >= 3.5.2,<4 backports.zoneinfo; python_version<"3.9" sqlparse >= 0.2.2 tzdata; sys_platform == 'win32' |
