mirror of
https://github.com/django/django.git
synced 2025-09-28 13:04:54 +00:00
[4.2.x] Refs #32355 -- Bumped required version of sqlparse in setup.cfg.
Follow up to63d1cb0092
. Backport offbe850106b
from main.
This commit is contained in:
parent
a0f46ea7e8
commit
69a3890c2a
1 changed files with 1 additions and 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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue