mirror of
https://github.com/django/django.git
synced 2025-12-04 00:55:36 +00:00
Refs #30183 -- Doc'd dropping support for sqlparse < 0.2.2.
Support for sqlparse < 0.2.2 was broken in
782d85b6df because is_whitespace property
was added in sqlparse 0.2.2.
This commit is contained in:
parent
c8debd5061
commit
4b6db766ba
4 changed files with 5 additions and 3 deletions
2
setup.py
2
setup.py
|
|
@ -78,7 +78,7 @@ setup(
|
|||
entry_points={'console_scripts': [
|
||||
'django-admin = django.core.management:execute_from_command_line',
|
||||
]},
|
||||
install_requires=['pytz', 'sqlparse', 'asgiref'],
|
||||
install_requires=['pytz', 'sqlparse >= 0.2.2', 'asgiref'],
|
||||
extras_require={
|
||||
"bcrypt": ["bcrypt"],
|
||||
"argon2": ["argon2-cffi >= 16.1.0"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue