wkeeling / selenium-wire

Extends Selenium's Python bindings to give you the ability to inspect requests made by the browser.
MIT License
1.86k stars 240 forks source link

Spelling for installs in requirements.txt (underscore, hyphen, one word) #703

Open emilrueh opened 10 months ago

emilrueh commented 10 months ago

Hi, I am getting an issue with installing seleniumwire via requirements.txt. I have created requirements.txt via pipreqs and it specified it to selenium_wire==5.1.0.

This is confusing as once we write it with an:

Is there a way to streamline and align the spelling of the library? What is the correct spelling for specification in requirements.txt?

Thanks!

dina809 commented 10 months ago

@emilrueh - i just today installed selenium-wire==5.1.0 in my requirements file (with the hyphen)

emilrueh commented 10 months ago

@dina809 that's interesting. I was just going from what pipreqs created which was the underscore version. Were you aware of the possibility to spell certain libs in different ways?