quillsql 2.1.2__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.2
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,6 +11,8 @@ Requires-Dist: requests
11
11
  Requires-Dist: redis
12
12
  Requires-Dist: python-dotenv
13
13
  Requires-Dist: pytest
14
+ Requires-Dist: google-cloud-bigquery
15
+ Requires-Dist: google-auth
14
16
 
15
17
  # Quill Python SDK
16
18
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: quillsql
3
- Version: 2.1.2
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,6 +11,8 @@ Requires-Dist: requests
11
11
  Requires-Dist: redis
12
12
  Requires-Dist: python-dotenv
13
13
  Requires-Dist: pytest
14
+ Requires-Dist: google-cloud-bigquery
15
+ Requires-Dist: google-auth
14
16
 
15
17
  # Quill Python SDK
16
18
 
@@ -3,3 +3,5 @@ requests
3
3
  redis
4
4
  python-dotenv
5
5
  pytest
6
+ google-cloud-bigquery
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.2",
5
+ version="2.1.4",
6
6
  packages=find_packages(),
7
7
  install_requires=[
8
8
  "psycopg2-binary",
@@ -10,6 +10,8 @@ setup(
10
10
  "redis",
11
11
  "python-dotenv",
12
12
  "pytest",
13
+ "google-cloud-bigquery",
14
+ "google-auth",
13
15
  ],
14
16
  author="Quill",
15
17
  author_email="shawn@quillsql.com",
File without changes
File without changes
File without changes
File without changes
File without changes