-
Notifications
You must be signed in to change notification settings - Fork 13
Upgraded dependencies and simplified venv #35
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
Upgraded dependencies and simplified venv #35
Conversation
Upgraded rules_python Upgraded rules_lint Upgraded rules_py Changed venv to use new 'data' attribute Added .bazelversion to ensure same version is used Added .bazelrc to ensure same behaviour as in other repos
srcs = ["@score_python_basics//:dummy_venv.py"], | ||
data = ["@score_python_basics//:pyproject.toml"], | ||
deps = all_requirements + reqs + [":config", "@rules_python//python/runfiles"] , | ||
data = ["@score_python_basics//:pyproject.toml"] |
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.
We should start documenting line by line why that line is there....
module( | ||
name = "score_python_basics", | ||
version = "0.3.1", | ||
version = "0.3.2", |
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.
This updates packaging
to a new major version. That's not a patch release. (After 0.x)
Uh oh!
There was an error while loading. Please reload this page.