Commit b91331c820ecfd104e138e8b8f3a4f857b5dc5a4
1 parent
b13054e8
Exists in
master
and in
23 other branches
Add requests as dep in setup.py
Signed-off-by: Carlos Oliveira <carlospecter@gmail.com>
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
setup.py
@@ -24,6 +24,7 @@ REQUIREMENTS = [ | @@ -24,6 +24,7 @@ REQUIREMENTS = [ | ||
24 | 'django-taggit>=0.12.1', | 24 | 'django-taggit>=0.12.1', |
25 | 'html2text>=3.200.3', | 25 | 'html2text>=3.200.3', |
26 | 'chardet>=2.3.0', | 26 | 'chardet>=2.3.0', |
27 | + 'requests>=2.7.0' | ||
27 | ] | 28 | ] |
28 | 29 | ||
29 | TEST_REQUIREMENTS = [ | 30 | TEST_REQUIREMENTS = [ |