mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Cosmetic fix.
This commit is contained in:
parent
2e05be78de
commit
5d75c9d19d
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -47,7 +47,7 @@ setup(
|
|||
install_requires=['six'],
|
||||
zip_safe=False,
|
||||
extras_require={
|
||||
'database': ['django-picklefield'],
|
||||
'database': ['django-picklefield'],
|
||||
'redis': ['redis'],
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue