We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aed464 commit 453f7e7Copy full SHA for 453f7e7
README.md
@@ -26,7 +26,7 @@
26
* Js2Py:用于执行js代码,https://github.com/PiotrDabkowski/Js2Py
27
* sqlacodegen:用于根据数据库表结构生成python对象,https://github.com/agronholm/sqlacodegen
28
* SQLAlchemy:SQL工具包及对象关系映射(ORM)工具,https://github.com/sqlalchemy/sqlalchemy
29
-* 当前仅支持Python>=3.7
+* 当前仅支持Python>=3.6
30
* 项目如需执行java代码(即使用jpype1),则项目目录所在的路径不可包含中文
31
32
# [使用]()
requirements.txt
@@ -1,5 +1,5 @@
1
PyHamcrest==2.0.4
2
-requests==2.28.1
+requests==2.27.1
3
Appium-Python-Client==0.48
4
selenium==3.141.0
5
JPype1==0.7.5
0 commit comments