This commit is contained in:
yanchunhuo 2022-11-11 12:31:22 +08:00
parent 0aed46483b
commit 453f7e7c3d
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,5 +1,5 @@
PyHamcrest==2.0.4
requests==2.28.1
requests==2.27.1
Appium-Python-Client==0.48
selenium==3.141.0
JPype1==0.7.5