diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-12-28 09:46:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-28 09:46:34 +0100 |
| commit | 454269b2e124865be49e79e0394e1485043be5f2 (patch) | |
| tree | 71b877eadb328e97a07252571cd150cef3e3ab21 /setup.cfg | |
| parent | 7e3ba869a6c3dd80e42460e82db2402218ce805a (diff) | |
[5.0.x] Updated asgiref dependency for 5.0 release series.
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.7.0 + asgiref >= 3.7.0, < 4 sqlparse >= 0.3.1 tzdata; sys_platform == 'win32' |
