Skip to content

Commit 65bf98c

Browse files
committed
HBASE-27524 Fix python requirements problem (#4918)
Signed-off-by: Yulin Niu <[email protected]> (cherry picked from commit 8b4e134)
1 parent f32733d commit 65bf98c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dev-support/python-requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
# See the License for the specific language governing permissions and
1616
# limitations under the License.
1717
#
18-
requests
19-
future
20-
gitpython
21-
rbtools
22-
jinja2
18+
requests==2.28.1
19+
future==0.18.2
20+
gitpython==3.1.29
21+
rbtools==4.0
22+
jinja2==3.1.2

0 commit comments

Comments
 (0)