From 1ca15dbfad2280bd76be0109e51b44cc381e4f2d Mon Sep 17 00:00:00 2001 From: Roland Stevenson Date: Wed, 6 Feb 2019 17:41:25 +0000 Subject: [PATCH] updated name and dependencies --- setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9b8b754..b64956f 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ long_description = fh.read() setuptools.setup( - name="pycondusco-ras44", + name="pycondusco", version="0.1.0", author="Roland Stevenson", author_email="roland@rmg-services.com", @@ -16,11 +16,13 @@ classifiers=[ ], install_requires=[ + "google-cloud-bigquery >= 1.0.0", ], setup_requires=[ "pytest-runner", ], tests_require=[ - "pytest", + "pytest >= 4.0.0", + "pystache >= 0.5.0", ], )