Skip to content

Commit

Permalink
HBASE-27524 Fix python requirements problem (apache#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)
(cherry picked from commit 7a80b01)
Change-Id: I3666d765d2471976ea4d2cbea18ddaa1afec30f8
  • Loading branch information
Apache9 authored and petersomogyi committed Dec 20, 2022
1 parent 181b807 commit bbe9d0c
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 bbe9d0c

Please sign in to comment.