From 292f445a0a9fd7c145bca7bac8c75f5519568c11 Mon Sep 17 00:00:00 2001 From: Ryan Gonzalez Date: Wed, 12 Jul 2017 15:52:55 -0500 Subject: [PATCH] Update rply to 0.7.5 Closes #1313. Ref. alex/rply#52, alex/rply#71. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ad91352..a9ac82e 100755 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ class Install(install): "." + 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')