From 0c66c424925d64e1b73198f1ace7676995f0e0e4 Mon Sep 17 00:00:00 2001 From: Vee9ahd1 Date: Mon, 20 May 2019 20:49:41 -0400 Subject: added dependencies --- setup.py | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 085150a..4cc21a0 100644 --- a/setup.py +++ b/setup.py @@ -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", -- cgit v1.2.1