This is an automated email from the ASF dual-hosted git repository.
hxb pushed a commit to branch release-1.12
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.12 by this push:
new 97513b2 [FLINK-25422][python] Specify requirements in
dev-requirements.txt
97513b2 is described below
commit 97513b247f98f559a5028d2b22bd43f7ca25f853
Author: huangxingbo <[email protected]>
AuthorDate: Thu Dec 23 14:36:05 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, 11 insertions(+), 5 deletions(-)
diff --git a/flink-python/dev/dev-requirements.txt
b/flink-python/dev/dev-requirements.txt
index d382770..514e21e 100755
--- a/flink-python/dev/dev-requirements.txt
+++ b/flink-python/dev/dev-requirements.txt
@@ -14,6 +14,15 @@
# limitations under the License.
setuptools>=18.0
wheel
-grpcio<=1.40.0; python_version < "3.6"
apache-beam==2.23.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.1
+jsonpickle==1.2
+pyarrow>=0.15.1,<0.18.0
+pytz>=2018.3
+numpy>=1.14.3,<1.20
+grpcio>=1.17.0,<=1.26.0
+grpcio-tools>=1.3.5,<=1.14.2
diff --git a/flink-python/tox.ini b/flink-python/tox.ini
index c1eb6b2..74b687b 100644
--- a/flink-python/tox.ini
+++ b/flink-python/tox.ini
@@ -27,11 +27,8 @@ envlist = {py35, py36, py37, py38}-cython
whitelist_externals=
/bin/bash
deps =
+ -r dev/dev-requirements.txt
pytest
- apache-beam==2.23.0
- cython==0.29.16
- grpcio>=1.17.0,<=1.26.0
- grpcio-tools>=1.3.5,<=1.14.2
commands =
python --version
# python test