- added SECP256K1 curve to EllipticCurveOID because GnuPG supports it

- marked some regression tests as such
 - minor organization stuff
[skip ci]
This commit is contained in:
Michael Greene
2016-04-21 18:46:28 -07:00
parent dc83611b9a
commit 848c8afe28
5 changed files with 13 additions and 2 deletions

View File

@@ -28,6 +28,11 @@ _requires = [
'singledispatch',
]
_doc_requires = [
'sphinx',
'sphinx-better-theme'
]
if sys.version_info[:2] <= (3, 4):
# only depend on enum34 if Python is older than 3.4
_requires += ['enum34']