HBASE-27524 Fix python requirements problem (#4918)
Signed-off-by: Yulin Niu <niuyulin@apache.org>
(cherry picked from commit 8b4e134f8c
)
This commit is contained in:
parent
6a3d12b762
commit
5ae7e75f23
|
@ -15,8 +15,8 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
requests
|
requests==2.28.1
|
||||||
future
|
future==0.18.2
|
||||||
gitpython
|
gitpython==3.1.29
|
||||||
rbtools
|
rbtools==4.0
|
||||||
jinja2
|
jinja2==3.1.2
|
||||||
|
|
Loading…
Reference in New Issue