diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-03-13 12:06:30 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-03-13 12:09:43 +0100 |
| commit | 69a3890c2aca02cf5563a663696ba219dce34e8b (patch) | |
| tree | dd0d32aebccb745035fadf44d1bc071c667c80e7 | |
| parent | a0f46ea7e8673c442dbb6ed87fceaf9dd4c0b871 (diff) | |
[4.2.x] Refs #32355 -- Bumped required version of sqlparse in setup.cfg.
Follow up to 63d1cb0092f8933a92f471c5150d61140f33882c.
Backport of fbe850106b2e4b85f838219cb9e1df95fba6c164 from main.
| -rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ zip_safe = false install_requires = asgiref >= 3.6.0 backports.zoneinfo; python_version<"3.9" - sqlparse >= 0.2.2 + sqlparse >= 0.3.1 tzdata; sys_platform == 'win32' [options.entry_points] |
