Depend on astor master

We need it for Python 3.8.
This commit is contained in:
Kodi Arfer 2019-04-08 14:52:44 -04:00
parent 10e5c9fdaa
commit 9f519ed208
1 changed files with 5 additions and 1 deletions

View File

@ -31,7 +31,11 @@ class Install(install):
"." + filename[:-len(".hy")])
install.run(self)
install_requires = ['rply>=0.7.7', 'astor>=0.7.1', 'funcparserlib>=0.3.6', 'clint>=0.4']
install_requires = [
'rply>=0.7.7',
'astor @ https://github.com/berkerpeksag/astor/archive/master.zip',
'funcparserlib>=0.3.6',
'clint>=0.4']
if os.name == 'nt':
install_requires.append('pyreadline>=2.1')