commit | 945c3575b8ba0fcd4a42836e1553f95d89a0a683 | [log] [tgz] |
---|---|---|
author | Jon Wayne Parrott <jonwayne@google.com> | Fri Dec 15 10:00:22 2017 -0800 |
committer | GitHub <noreply@github.com> | Fri Dec 15 10:00:22 2017 -0800 |
tree | 36c31349b2cb2d2749e17a25896f84a2f6cc9fbc | |
parent | 15af07bbba845e67108aa82333e0de1b28132f0c [diff] |
Drop direct pyasn1 dependency (#230) Instead, rely on pyans1-modules to pull the appropriate version.
diff --git a/setup.py b/setup.py index 9308707..42da7a3 100644 --- a/setup.py +++ b/setup.py
@@ -19,8 +19,7 @@ DEPENDENCIES = ( - 'pyasn1>=0.1.7', - 'pyasn1-modules>=0.0.5', + 'pyasn1-modules>=0.2.1', 'rsa>=3.1.4', 'six>=1.9.0', 'cachetools>=2.0.0',