[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
|
unidiff
|
||||||
colorama
|
colorama
|
||||||
wheel
|
wheel
|
||||||
cloudflare
|
|
||||||
selenium
|
selenium
|
||||||
uvloop
|
uvloop
|
||||||
python-randomword-fr
|
python-randomword-fr
|
||||||
|
|
@ -32,6 +31,8 @@ cloudflare
|
||||||
psutil
|
psutil
|
||||||
mmg
|
mmg
|
||||||
pip-audit
|
pip-audit
|
||||||
|
tldextract
|
||||||
|
PyYAML
|
||||||
|
|
||||||
# For mobile
|
# For mobile
|
||||||
pillow
|
pillow
|
||||||
|
|
@ -44,3 +45,7 @@ git+https://github.com/psf/black.git@24.8.0
|
||||||
pre-commit
|
pre-commit
|
||||||
|
|
||||||
odoo-module-migrator
|
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
|
gst
|
||||||
# python-vlc
|
# python-vlc
|
||||||
python-randomword-fr
|
python-randomword-fr
|
||||||
|
webdriver_manager
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue