Commit b91331c820ecfd104e138e8b8f3a4f857b5dc5a4

Authored by Carlos Coêlho
1 parent b13054e8

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 24 'django-taggit>=0.12.1',
25 25 'html2text>=3.200.3',
26 26 'chardet>=2.3.0',
  27 + 'requests>=2.7.0'
27 28 ]
28 29  
29 30 TEST_REQUIREMENTS = [
... ...