Merge pull request #40 from kaedroho/master

Added requests to requirements
pull/46/head
Karl Hobley 2014-02-14 11:30:58 +00:00
commit 3a1909be9f
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,
)