Skip to content

Commit

Permalink
Merge pull request #1 from acxz/patch-1
Browse files Browse the repository at this point in the history
future proof deps
  • Loading branch information
tartley authored Apr 18, 2020
2 parents da823c2 + 422477b commit d1a62c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ def get_sdist_config():
},
# Application dependencies, pinned:
install_requires=[
'docopt==0.6.1',
'blessings==1.6',
'docopt>=0.6.1',
'blessings>=1.6',
],
packages=find_packages(exclude=['*.tests']),
#include_package_data=True,
Expand Down

0 comments on commit d1a62c4

Please sign in to comment.