Skip to content
New issue

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

Find minimum supported versions of dependencies #23

Open
jayvdb opened this issue Feb 27, 2020 · 0 comments
Open

Find minimum supported versions of dependencies #23

jayvdb opened this issue Feb 27, 2020 · 0 comments
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers help wanted Extra attention is needed

Comments

@jayvdb
Copy link
Owner

jayvdb commented Feb 27, 2020

tox.ini should have a few combinations testing with older versions of dependencies.

One exception being requests/urllib3, which should have a minimum version that includes the fixes for the latest security vulnerabilities - no exceptions for running older versions of those.

"cached-property" could be made optional - it is only used by the simplification process, and only because of lazy programming.

"appdirs" likely can have quite a low minimum version

"logzero" also could be low, but should also be re-evalutated whether it is a good choice for library logging. (#24)

@jayvdb jayvdb added documentation Improvements or additions to documentation good first issue Good for newcomers help wanted Extra attention is needed labels Feb 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant