add importlib to dependencies

This commit is contained in:
Alexey Lavrenuke 2015-02-05 18:00:48 +03:00
parent cfb1302c94
commit 1e57728271
2 changed files with 2 additions and 0 deletions

View File

@ -7,5 +7,6 @@ install:
- pip install ipaddr - pip install ipaddr
- pip install psutil - pip install psutil
- pip install sqlalchemy - pip install sqlalchemy
- pip install importlib
script: cd tests && nosetests script: cd tests && nosetests

View File

@ -24,6 +24,7 @@ analytic tools for the results they produce.
'ipaddr', 'ipaddr',
'lxml', 'lxml',
'progressbar', 'progressbar',
'importlib',
], ],
license='LGPLv2', license='LGPLv2',
classifiers=[ classifiers=[