Commit 7f05db1baa5d4dca6be0071ba98fcd2f8989e4fe

Authored by Lucas Kanashiro
2 parents b13054e8 b91331c8

Merge pull request #61 from colab/add_requests_as_dep

Add requests as dep in setup.py
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 = [
... ...