| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,15 +1,18 @@ | ||
| attrs==22.2.0 | ||
| beautifulsoup4==4.13.3 | ||
| certifi==2022.12.7 | ||
| attrs==25.3.0 | ||
| beautifulsoup4==4.13.4 | ||
| certifi==2025.4.26 | ||
| chardet==5.2.0 | ||
| click==8.1.3 | ||
| idna==3.4 | ||
| pip==23.0 | ||
| PyYAML==6.0 | ||
| requests==2.28.2 | ||
| saneyaml==0.6.0 | ||
| setuptools==67.1.0 | ||
| soupsieve==2.4 | ||
| charset-normalizer==3.4.2 | ||
| click==8.2.1;python_version>='3.10' | ||
| click==8.1.8;python_version<'3.10' | ||
| idna==3.10 | ||
| pip==25.1.1 | ||
| PyYAML==6.0.2 | ||
| requests==2.32.2 | ||
| saneyaml==0.6.1 | ||
| setuptools==80.3.1 | ||
| soupsieve==2.7 | ||
| text-unidecode==1.3 | ||
| urllib3==1.26.14 | ||
| wheel==0.38.4 | ||
| typing_extensions==4.13.2 | ||
| urllib3==1.26.20 | ||
| wheel==0.38.4 |
| Back | FazBrowse Home | New Git URL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low QualityWon't this be failing on click <8.2 because self.hidden does not exist?
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low QualityAh, I see now that you've implemented a version cap for python 3.9
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.