Skip to content

Commit

Permalink
HBASE-27524 Fix python requirements problem (#4918)
Browse files Browse the repository at this point in the history
Signed-off-by: Yulin Niu <niuyulin@apache.org>
(cherry picked from commit 8b4e134)
  • Loading branch information
Apache9 committed Dec 13, 2022
1 parent 6a3d12b commit 5ae7e75
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dev-support/python-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5ae7e75

Please sign in to comment.