Added requests to requirements

pull/40/head
Karl Hobley 2014-02-14 11:28:05 +00:00
rodzic 40fc90e6fc
commit 7b2eb66e2c
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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,
)