Skip to content

Commit 1ca15db

Browse files
updated name and dependencies
1 parent d2be076 commit 1ca15db

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
long_description = fh.read()
55

66
setuptools.setup(
7-
name="pycondusco-ras44",
7+
name="pycondusco",
88
version="0.1.0",
99
author="Roland Stevenson",
1010
author_email="roland@rmg-services.com",
@@ -16,11 +16,13 @@
1616
classifiers=[
1717
],
1818
install_requires=[
19+
"google-cloud-bigquery >= 1.0.0",
1920
],
2021
setup_requires=[
2122
"pytest-runner",
2223
],
2324
tests_require=[
24-
"pytest",
25+
"pytest >= 4.0.0",
26+
"pystache >= 0.5.0",
2527
],
2628
)

0 commit comments

Comments
 (0)