mirror of
https://github.com/django/django.git
synced 2025-10-10 02:22:22 +00:00
Fixed #29934 -- Added sqlparse as a require dependency.
This commit is contained in:
parent
f9ff1df1da
commit
f82be9ebc7
10 changed files with 29 additions and 61 deletions
2
setup.py
2
setup.py
|
@ -83,7 +83,7 @@ setup(
|
|||
entry_points={'console_scripts': [
|
||||
'django-admin = django.core.management:execute_from_command_line',
|
||||
]},
|
||||
install_requires=['pytz'],
|
||||
install_requires=['pytz', 'sqlparse'],
|
||||
extras_require={
|
||||
"bcrypt": ["bcrypt"],
|
||||
"argon2": ["argon2-cffi >= 16.1.0"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue