mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +00:00
Refs #32355 -- Bumped required version of sqlparse in setup.cfg.
Follow up to 63d1cb0092
.
This commit is contained in:
parent
03bc92af97
commit
fbe850106b
@ -38,7 +38,7 @@ include_package_data = true
|
|||||||
zip_safe = false
|
zip_safe = false
|
||||||
install_requires =
|
install_requires =
|
||||||
asgiref >= 3.6.0
|
asgiref >= 3.6.0
|
||||||
sqlparse >= 0.2.2
|
sqlparse >= 0.3.1
|
||||||
tzdata; sys_platform == 'win32'
|
tzdata; sys_platform == 'win32'
|
||||||
|
|
||||||
[options.entry_points]
|
[options.entry_points]
|
||||||
|
Loading…
Reference in New Issue
Block a user