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

hxb pushed a commit to branch release-1.14
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.14 by this push:
     new ae4856a  [FLINK-25422][python] Specify requirements in 
dev-requirements.txt
ae4856a is described below

commit ae4856a3b4fad75cf58dfdb070add040f3e5eeb5
Author: huangxingbo <[email protected]>
AuthorDate: Thu Dec 23 14:24:47 2021 +0800

    [FLINK-25422][python] Specify requirements in dev-requirements.txt
---
 flink-python/dev/dev-requirements.txt | 11 +++++++++++
 flink-python/tox.ini                  |  5 +----
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/flink-python/dev/dev-requirements.txt 
b/flink-python/dev/dev-requirements.txt
index 0c95755..25bfb6c 100755
--- a/flink-python/dev/dev-requirements.txt
+++ b/flink-python/dev/dev-requirements.txt
@@ -16,3 +16,14 @@ setuptools>=18.0
 wheel
 apache-beam==2.27.0
 cython==0.29.16
+py4j==0.10.8.1
+python-dateutil==2.8.0
+cloudpickle==1.2.2
+avro-python3>=1.8.1,!=1.9.2,<1.10.0
+pandas>=1.0,<1.2.0
+pyarrow>=0.15.1,<3.0.0
+pytz>=2018.3
+numpy>=1.14.3,<1.20
+fastavro>=0.21.4,<0.24
+grpcio>=1.29.0,<2
+grpcio-tools>=1.3.5,<=1.14.2
diff --git a/flink-python/tox.ini b/flink-python/tox.ini
index 475a316..7a6a934 100644
--- a/flink-python/tox.ini
+++ b/flink-python/tox.ini
@@ -27,11 +27,8 @@ envlist = {py36, py37, py38}-cython
 whitelist_externals=
     /bin/bash
 deps =
+    -r dev/dev-requirements.txt
     pytest
-    apache-beam==2.27.0
-    cython==0.29.16
-    grpcio>=1.17.0,<=1.26.0
-    grpcio-tools>=1.3.5,<=1.14.2
     apache-flink-libraries
 passenv = *
 commands =

Reply via email to