0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-27 15:56:30 +01:00

Added requests as a dependency

This commit is contained in:
Karl Hobley 2014-06-24 11:13:30 +01:00
parent 000b8abafe
commit cd21dbc21a

View File

@ -53,6 +53,7 @@ setup(
"lxml>=3.3.0",
'unicodecsv>=0.9.4',
'Unidecode>=0.04.14',
'requests==2.3.0',
"BeautifulSoup==3.2.1", # django-compressor gets confused if we have lxml but not BS3 installed
],
zip_safe=False,