mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-31 05:10:33 +00:00
Added requests to requirements
This commit is contained in:
parent
40fc90e6fc
commit
7b2eb66e2c
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -48,6 +48,7 @@ setup(
|
|||
"beautifulsoup4>=4.3.2",
|
||||
"lxml>=3.3.0",
|
||||
"BeautifulSoup==3.2.1", # django-compressor gets confused if we have lxml but not BS3 installed
|
||||
"requests==2.2.1",
|
||||
],
|
||||
zip_safe=False,
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue