diff options
author | Vee9ahd1 <[email protected]> | 2019-05-20 20:49:41 -0400 |
---|---|---|
committer | Vee9ahd1 <[email protected]> | 2019-05-20 20:49:41 -0400 |
commit | 0c66c424925d64e1b73198f1ace7676995f0e0e4 (patch) | |
tree | bab0e4792d3849866d7dc88c2ffd81a92401182b | |
parent | 312ebd0a901964ad282b41441347b1b71e1dd24c (diff) |
added dependencies
-rw-r--r-- | setup.py | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -13,6 +13,15 @@ setuptools.setup( long_description_content_type="text/markdown", url="https://gitlab.com/Vee9ahd1/gantools", packages=setuptools.find_packages(), + install_requires=[ + 'argparse', + 'requests', + 'pillow', + 'numpy', + 'scipy', + 'tensorflow', + 'tensorflow-hub', + ], classifiers=[ "Programming Language :: Python :: 3", "License :: OSI Approved :: GPL", |