Skip to content

Commit

Permalink
Merge pull request #61 from colab/add_requests_as_dep
Browse files Browse the repository at this point in the history
Add requests as dep in setup.py
  • Loading branch information
Lucas Kanashiro committed Sep 3, 2015
2 parents b13054e + b91331c commit 7f05db1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
'django-taggit>=0.12.1',
'html2text>=3.200.3',
'chardet>=2.3.0',
'requests>=2.7.0'
]

TEST_REQUIREMENTS = [
Expand Down

0 comments on commit 7f05db1

Please sign in to comment.