Depend on astor 0.8

This commit is contained in:
Kodi Arfer 2019-05-19 13:34:31 -04:00
parent 819e2121dd
commit 71ea2b5f0e

View File

@ -33,7 +33,7 @@ class Install(install):
install_requires = [
'rply>=0.7.7',
'astor @ https://github.com/berkerpeksag/astor/archive/master.zip',
'astor>=0.8',
'funcparserlib>=0.3.6',
'clint>=0.4']
if os.name == 'nt':