This is an automated email from the ASF dual-hosted git repository.
hxb pushed a commit to branch release-1.13
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.13 by this push:
new 365715d [FLINK-25422][python] Specify requirements in
dev-requirements.txt
365715d is described below
commit 365715ddcf9214e71b5c6f52c1b73793c6baa443
Author: huangxingbo <[email protected]>
AuthorDate: Thu Dec 23 14:29:55 2021 +0800
[FLINK-25422][python] Specify requirements in dev-requirements.txt
---
flink-python/dev/dev-requirements.txt | 13 +++++++++++++
flink-python/tox.ini | 5 +----
2 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/flink-python/dev/dev-requirements.txt
b/flink-python/dev/dev-requirements.txt
index 0c95755..0275df5 100755
--- a/flink-python/dev/dev-requirements.txt
+++ b/flink-python/dev/dev-requirements.txt
@@ -16,3 +16,16 @@ 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.17.0,<=1.26.0
+grpcio-tools>=1.3.5,<=1.14.2
+requests>=2.26.0
+protobuf<3.18
diff --git a/flink-python/tox.ini b/flink-python/tox.ini
index bf0b0d2..b07200d 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 =