ido50 / morgan

PyPI Mirror for Restricted/Offline Environments
Apache License 2.0
105 stars 7 forks source link

selenium: fetches wrong last version #19

Open shamilbi opened 8 months ago

shamilbi commented 8 months ago

morgan fetches selenium-2.0-dev-9429.tar.gz instead of selenium-4.18.1.tar.gz

morgan.ini:

[env.None]
os_name = posix
sys_platform = linux
platform_machine = x86_64
platform_python_implementation = CPython
platform_system = Linux
python_version = 3.11
python_full_version = 3.11.5
implementation_name = cpython

[requirements]
selenium =
rm -rf selenium
morgan
ls selenium
selenium-2.0-dev-9429.tar.gz
selenium-2.0-dev-9429.tar.gz.hash
selenium-2.0-dev-9429.tar.gz.metadata

but the last version of selenium is 4.18.1 https://pypi.org/project/selenium/