mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-02 12:34:46 +00:00
Add requirements to setup.py
New requirements: Unidecode to help into converting unicode text to slugs (also used in img-proc-backends). unicodecsv to extract UTF-8 CSVs.
This commit is contained in:
parent
c270aa10a1
commit
521b1c47a1
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
|
@ -48,6 +48,8 @@ setup(
|
|||
"Pillow>=2.3.0",
|
||||
"beautifulsoup4>=4.3.2",
|
||||
"lxml>=3.3.0",
|
||||
'unicodecsv>=0.9.4',
|
||||
'Unidecode>=0.04.14',
|
||||
"BeautifulSoup==3.2.1", # django-compressor gets confused if we have lxml but not BS3 installed
|
||||
],
|
||||
zip_safe=False,
|
||||
|
|
|
|||
Loading…
Reference in a new issue