quillsql 2.1.3__tar.gz → 2.1.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: quillsql
3
- Version: 2.1.3
3
+ Version: 2.1.4
4
4
  Summary: Quill SDK for Python.
5
5
  Home-page: https://github.com/quill-sql/quill-python
6
6
  Author: Quill
@@ -11,7 +11,7 @@ Requires-Dist: requests
11
11
  Requires-Dist: redis
12
12
  Requires-Dist: python-dotenv
13
13
  Requires-Dist: pytest
14
- Requires-Dist: google-cloud
14
+ Requires-Dist: google-cloud-bigquery
15
15
  Requires-Dist: google-auth
16
16
 
17
17
  # Quill Python SDK
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: quillsql
3
- Version: 2.1.3
3
+ Version: 2.1.4
4
4
  Summary: Quill SDK for Python.
5
5
  Home-page: https://github.com/quill-sql/quill-python
6
6
  Author: Quill
@@ -11,7 +11,7 @@ Requires-Dist: requests
11
11
  Requires-Dist: redis
12
12
  Requires-Dist: python-dotenv
13
13
  Requires-Dist: pytest
14
- Requires-Dist: google-cloud
14
+ Requires-Dist: google-cloud-bigquery
15
15
  Requires-Dist: google-auth
16
16
 
17
17
  # Quill Python SDK
@@ -3,5 +3,5 @@ requests
3
3
  redis
4
4
  python-dotenv
5
5
  pytest
6
- google-cloud
6
+ google-cloud-bigquery
7
7
  google-auth
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="quillsql",
5
- version="2.1.3",
5
+ version="2.1.4",
6
6
  packages=find_packages(),
7
7
  install_requires=[
8
8
  "psycopg2-binary",
@@ -10,7 +10,7 @@ setup(
10
10
  "redis",
11
11
  "python-dotenv",
12
12
  "pytest",
13
- "google-cloud",
13
+ "google-cloud-bigquery",
14
14
  "google-auth",
15
15
  ],
16
16
  author="Quill",
File without changes
File without changes
File without changes
File without changes
File without changes