TimothyClaeys / pycose

A Python implementation of the COSE specification (CBOR Object Signing and Encryption) described in RFC 8152.
https://tools.ietf.org/html/rfc8152
Other
39 stars 24 forks source link

Remove unused dependency `attrs` #96

Closed letmaik closed 1 year ago

letmaik commented 2 years ago

https://github.com/TimothyClaeys/pycose/blob/5a08c024fefd7656db7c476f868e1ac82bf44459/requirements.txt#L4

attrs is not used in pycose as far as I see.

TimothyClaeys commented 2 years ago

An old dependency from when I was experimenting with older python versions I think. We can remove it.