Skip to content

Commit

Permalink
Update rply to 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
refi64 committed Jul 12, 2017
1 parent 467b300 commit 292f445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -30,7 +30,7 @@ def run(self):
"." + filename[:-len(".hy")])
install.run(self)

install_requires = ['rply>=0.7.0', 'astor>=0.5', 'clint>=0.4']
install_requires = ['rply>=0.7.5', 'astor>=0.5', 'clint>=0.4']
if os.name == 'nt':
install_requires.append('pyreadline>=2.1')

Expand Down

0 comments on commit 292f445

Please sign in to comment.