HBASE-27524 Fix python requirements problem (#4918)
Signed-off-by: Yulin Niu <niuyulin@apache.org>
This commit is contained in:
parent
d78d40404c
commit
8b4e134f8c
|
@ -16,14 +16,14 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
blessed==1.17.0
|
||||
certifi==2019.11.28
|
||||
certifi==2022.12.07
|
||||
cffi==1.13.2
|
||||
chardet==3.0.4
|
||||
cryptography=3.3.2
|
||||
cryptography==3.3.2
|
||||
defusedxml==0.6.0
|
||||
enlighten==1.4.0
|
||||
gitdb2==2.0.6
|
||||
GitPython==3.0.5
|
||||
GitPython==3.1.29
|
||||
idna==2.8
|
||||
jira==2.0.0
|
||||
oauthlib==3.1.0
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
requests
|
||||
future
|
||||
gitpython
|
||||
rbtools
|
||||
jinja2
|
||||
requests==2.28.1
|
||||
future==0.18.2
|
||||
gitpython==3.1.29
|
||||
rbtools==4.0
|
||||
jinja2==3.1.2
|
||||
|
|
Loading…
Reference in New Issue