Skip to content
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

rm pycryptodome #141

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

rm pycryptodome #141

wants to merge 2 commits into from

Commits on Oct 23, 2017

  1. rm pycryptodome

    Scoped Keys are deprecated and pycryptodome is not pure python
    making it a problem for people wanting to `pip install keen` on
    some systems. pycryptodome is a dependency of only scoped keys.
    
    To make the tests pass, you'll need to have it installed but that
    is enabled via the test_requires within setup.py. A fun error
    message is displayed when anything scoped keys are imported. This
    may make `from keen import *` fail, but that's bad python to begin
    with so I don't feel very bad about that.
    
    This includes a documentation update reflecting the manual step
    required for the deprecated feature.
    BlackVegetable committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    e5696d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d829b01 View commit details
    Browse the repository at this point in the history