[UPD] erplibre pip requirement missing tldextract and PyYAML
- Update selenium and comment about it
This commit is contained in:
parent
93cf203b64
commit
3d80d1df75
2 changed files with 7 additions and 1 deletions
|
|
@ -12,7 +12,6 @@ openupgradelib
|
|||
unidiff
|
||||
colorama
|
||||
wheel
|
||||
cloudflare
|
||||
selenium
|
||||
uvloop
|
||||
python-randomword-fr
|
||||
|
|
@ -32,6 +31,8 @@ cloudflare
|
|||
psutil
|
||||
mmg
|
||||
pip-audit
|
||||
tldextract
|
||||
PyYAML
|
||||
|
||||
# For mobile
|
||||
pillow
|
||||
|
|
@ -44,3 +45,7 @@ git+https://github.com/psf/black.git@24.8.0
|
|||
pre-commit
|
||||
|
||||
odoo-module-migrator
|
||||
|
||||
# Ignore because need installation system
|
||||
# pymysql
|
||||
# Don't forget to install selenium script/selenium/requirements.txt
|
||||
|
|
|
|||
|
|
@ -3,3 +3,4 @@ PyGObject==3.44.1
|
|||
gst
|
||||
# python-vlc
|
||||
python-randomword-fr
|
||||
webdriver_manager
|
||||
|
|
|
|||
Loading…
Reference in a new issue