Skip to content

Commit 453f7e7

Browse files
author
yanchunhuo
committed
fix bug
1 parent 0aed464 commit 453f7e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* Js2Py:用于执行js代码,https://github.com/PiotrDabkowski/Js2Py
2727
* sqlacodegen:用于根据数据库表结构生成python对象,https://github.com/agronholm/sqlacodegen
2828
* SQLAlchemy:SQL工具包及对象关系映射(ORM)工具,https://github.com/sqlalchemy/sqlalchemy
29-
* 当前仅支持Python>=3.7
29+
* 当前仅支持Python>=3.6
3030
* 项目如需执行java代码(即使用jpype1),则项目目录所在的路径不可包含中文
3131

3232
# [使用]()

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PyHamcrest==2.0.4
2-
requests==2.28.1
2+
requests==2.27.1
33
Appium-Python-Client==0.48
44
selenium==3.141.0
55
JPype1==0.7.5

0 commit comments

Comments
 (0)