-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
The cryptography library used (pycryptodome) is not pure python. As such, it requires a C compiler, and can also create problems running WSGI apps unless the WSGIApplicationGroup
is set properly. It looks like this dependency is only required for scoped keys, an optional feature that is not required for all use cases.
Would it make sense to let this be optional and throw an exception if somebody tries to use scoped keys without this dependency installed? I am happy to make a pull request but just wanted to make sure this would make sense first.
Metadata
Metadata
Assignees
Labels
No labels