Depend on astor 0.8
This commit is contained in:
parent
819e2121dd
commit
71ea2b5f0e
2
setup.py
2
setup.py
@ -33,7 +33,7 @@ class Install(install):
|
|||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
'rply>=0.7.7',
|
'rply>=0.7.7',
|
||||||
'astor @ https://github.com/berkerpeksag/astor/archive/master.zip',
|
'astor>=0.8',
|
||||||
'funcparserlib>=0.3.6',
|
'funcparserlib>=0.3.6',
|
||||||
'clint>=0.4']
|
'clint>=0.4']
|
||||||
if os.name == 'nt':
|
if os.name == 'nt':
|
||||||
|
Loading…
Reference in New Issue
Block a user