diff --git a/setup.py b/setup.py index 7f2e46a..678daaa 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ with open(os.path.join(here, "vcsi", "VERSION")) as f: VERSION = f.readline().strip() -install_requires = ['numpy', 'pillow', 'jinja2'] +install_requires = ['numpy', 'pillow', 'jinja2', 'texttable', 'parsedatetime'] if sys.version_info < (3, 4): install_requires += ['enum34'] diff --git a/vcsi/VERSION b/vcsi/VERSION index 19300b7..e4ae283 100644 --- a/vcsi/VERSION +++ b/vcsi/VERSION @@ -1 +1 @@ -7.0.8 \ No newline at end of file +7.0.10