Skip to content

Commit 7a80b01

Browse files
committed
HBASE-27524 Fix python requirements problem (apache#4918)
Signed-off-by: Yulin Niu <niuyulin@apache.org> (cherry picked from commit 8b4e134)
1 parent fc03580 commit 7a80b01

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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)