-
Notifications
You must be signed in to change notification settings - Fork 36
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
Remove attrs dependency #420
Comments
hi Philippe, I have been checking into this issue and found out that:
still require 'attrs' package. So in order to get rid of 'attrs' dependency, you need to throw away (related) checks. This issue may require further consideration. |
I see, thanks for your evaluation. Well, at least |
Yes, I have noticed that 'attrs' used are set to older version which is not good. We should fix that in next update. |
updating project files: |
Hi,
since
attr
is no longer used since v2.5.0, would you consider removingattrs
from the dependencies?tsrc/poetry.lock
Line 3 in 6f2ffe2
tsrc/pyproject.toml
Line 22 in 6f2ffe2
Because the built package still includes
Requires-Dist: attrs (>=19.3.0,<20.0.0)
.Thanks & kind regards,
Philippe
The text was updated successfully, but these errors were encountered: