Skip to content

Commit

Permalink
fixed requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jjmachan committed Aug 21, 2020
1 parent c5afb3e commit f174dec
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 @@ -5,7 +5,7 @@
with open('README.md') as readme_file:
readme = readme_file.read().split('<!--- marker-for-pypi-to-trim --->')[0]

requirements = ['Click>=7.0', 'click_didyoumean', 'hangar>=0.5.0']
requirements = ['Click>=7.0', 'click_didyoumean', 'hangar>=0.5.0', 'rich']

setup(
author="Sherin Thomas",
Expand Down

0 comments on commit f174dec

Please sign in to comment.