Skip to content

Commit

Permalink
Merge pull request #72 from iangreenleaf/relax-deps
Browse files Browse the repository at this point in the history
Relax dependency requirements
  • Loading branch information
jesseshieh committed Nov 10, 2020
2 parents 3e22c5b + e14e4c8 commit b4b1aab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
'click~=6.7',
'requests~=2.20.0',
'stripe~=1.51.0',
'rollbar~=0.13.11',
'pygments~=2.2.0',
'qrcode~=6.1',
'click>=6.7',
'requests>=2.20.0',
'stripe>=1.28.0',
'rollbar>=0.13.11',
'pygments>=2.2.0',
'qrcode>=6.1',
],
entry_points='''
[console_scripts]
Expand Down

0 comments on commit b4b1aab

Please sign in to comment.