-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Do not pin requirements in setup #199
Comments
This is a blocker for aboutcode-org/scancode.io#342 |
pombredanne
added a commit
to pombredanne/regipy
that referenced
this issue
Oct 11, 2021
Do not pin versions in setup.py to allow usage as a library such as in scancode.io Reference: mkorman90#199 Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
pombredanne
added a commit
to aboutcode-org/regipy
that referenced
this issue
Oct 12, 2021
This is a temporary advanced patched package, with relaxed dependency constraints. It is there only until upstream is updated. Reference: mkorman90#199 Reference: mkorman90#200 Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Can I close this? |
@tincho9 sure! let me close. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
In
regipy/setup.py
Line 38 in a6bcdab
It is OK to use pins in https://github.com/mkorman90/regipy/blob/master/requirements.txt .... but you should have relaxed version constraints in setup.py
See https://caremad.io/posts/2013/07/setup-vs-requirement/ to get why this matters
The text was updated successfully, but these errors were encountered: