pyfreyr

Results 3 comments of pyfreyr

selenium-wire supports authenticated proxy through augument `seleniumwire_options`, and it's firefox webdriver is subclass of selenium's webdriver, so I modify the module `splinter.driver.webdriver.firefox`: ```python # change # from selenium.webdriver import DesiredCapabilities,...

yes, the locked versions of top level deps. Keep simple and concise of requirements.txt for reading

I prefer the requirements.txt of vcs to build docker image, i think it will easy to use cache and read if export simple. If use pyproject.toml, any change will break...