Skip to content

Commit

Permalink
Loosen version constraint on python-requests.
Browse files Browse the repository at this point in the history
Fixes #70.
  • Loading branch information
ralphbean committed May 23, 2013
1 parent 6287a42 commit 0f8b369
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@
install_requires=[
"twiggy",
"bitlyapi",
# We use requests ourselves, but we limit the version just so
# jira-python can use it correctly.
"requests<=0.14.2",
"requests",
"offtrac",
"python-bugzilla",
"jira-python",
Expand Down

0 comments on commit 0f8b369

Please sign in to comment.