Skip to content

Commit

Permalink
Merge pull request #448 from jleclanche/master
Browse files Browse the repository at this point in the history
Avoid duplicate dependency on requests
  • Loading branch information
ob-stripe authored Jul 18, 2018
2 parents 66aa334 + a249415 commit 4201f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def run_tests(self):
package_data={'stripe': ['data/ca-certificates.crt']},
zip_safe=False,
install_requires=[
'requests >= 2',
'requests >= 2; python_version >= "3.0"',
'requests[security] >= 2; python_version < "3.0"',
],
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
Expand Down

0 comments on commit 4201f3e

Please sign in to comment.