You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider splitting the project into multiple files to make further development easier for you and other contributors.
I also suggest specifying specific versions of the libraries listed in requirements.txt to prevent nasty errors on users with old installs as well as documenting your code.
Things like these will prove extremely useful.
The text was updated successfully, but these errors were encountered:
This project kinda started as a meme for creating something that shouldn't be made in Python, decided to ride the meme out and not refactor with modules. Think it'll bite me in time soon to come, will change that 😆
requirements.txt desperately needs specific versions, you're right. Helped a couple of users that had deprecated versions, causing webdriver issues.
Consider splitting the project into multiple files to make further development easier for you and other contributors.
I also suggest specifying specific versions of the libraries listed in
requirements.txt
to prevent nasty errors on users with old installs as well as documenting your code.Things like these will prove extremely useful.
The text was updated successfully, but these errors were encountered: