requirements.txt 865 B

1234567891011121314151617181920212223242526272829303132
  1. # pip3 install Appium-Python-Client
  2. Appium_Python_Client==2.10.1
  3. # 翻墙, pip3 install git+https://github.com/pyatom/pyatom/
  4. atomac==1.2.0
  5. # pip3 install ffmpeg-python
  6. ffmpeg==1.4
  7. # pip3 install loguru
  8. loguru==0.6.0
  9. # pip3 install lxml
  10. lxml==4.9.1
  11. # pip3 install mq_http_sdk, 若您使用的SDK版本为v1.0.0,您需要安装大于等于2.5且小于3.0版本的Python。若您使用的SDK版本大于v1.0.0,您需要安装2.5及以上版本的Python。
  12. mq_http_sdk==1.0.3
  13. # sudo pip3 install oss2
  14. oss2==2.15.0
  15. # pip3 install psutil
  16. psutil==5.9.2
  17. # pip3 install PyExecJS
  18. PyExecJS==1.5.1
  19. # pip3 install PyMysql
  20. PyMySQL==1.0.2
  21. # pip3 install redis
  22. redis==4.5.1
  23. # pip3 install requests
  24. requests==2.27.1
  25. # pip3 install selenium
  26. selenium==4.9.1
  27. # pip3 install urllib3
  28. urllib3==1.26.9
  29. # pip3 install jieba
  30. jieba==0.42.1
  31. # pip3 install workalendar
  32. workalendar==17.0.0