You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ri...@apache.org on 2022/10/13 12:03:08 UTC

[phoenix-queryserver] branch master updated: PHOENIX-6811 Re-add phoenixdb requirements (#109)

This is an automated email from the ASF dual-hosted git repository.

richardantal pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-queryserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 1c6842a  PHOENIX-6811 Re-add phoenixdb requirements (#109)
1c6842a is described below

commit 1c6842a78b9b65be72d02780ac2c8221178a5713
Author: richardantal <ri...@apache.org>
AuthorDate: Thu Oct 13 14:03:01 2022 +0200

    PHOENIX-6811 Re-add phoenixdb requirements (#109)
---
 python-phoenixdb/NEWS.rst         | 1 +
 python-phoenixdb/requirements.txt | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/python-phoenixdb/NEWS.rst b/python-phoenixdb/NEWS.rst
index a9d195e..4639581 100644
--- a/python-phoenixdb/NEWS.rst
+++ b/python-phoenixdb/NEWS.rst
@@ -15,6 +15,7 @@ Version 1.2.0
 - Fixed get_view_names() in SqlAlchemy driver (PHOENIX-6727)
 - Added supports_statement_cache attribute for SqlAlchemy dialect to avoid warnings (PHOENIX-6735)
 - Re-generated the protobuf Python files with protoc 3.19 from the Avatica 1.21 descriptors (PHOENIX-6731)
+- Re-added phoenixdb requirements (PHOENIX-6811)
 - Dropped support for Python 3.4 (PHOENIX-6731)
 
 Version 1.1.0
diff --git a/python-phoenixdb/requirements.txt b/python-phoenixdb/requirements.txt
index 8413cd7..3000b74 100644
--- a/python-phoenixdb/requirements.txt
+++ b/python-phoenixdb/requirements.txt
@@ -16,4 +16,6 @@
 # specific language governing permissions and limitations
 # under the License.
 #
-# requirements are defined in setup.py
\ No newline at end of file
+protobuf>=3.0.0
+requests
+requests-gssapi
\ No newline at end of file