Enable JWT authentication in addition to old certificate authentication (#40)

This commit is contained in:
Masa
2017-05-03 23:15:26 +03:00
committed by Sergey Petrov
parent 164d146940
commit ae835a195f
6 changed files with 185 additions and 12 deletions
+5 -1
View File
@@ -2,7 +2,11 @@
from setuptools import setup
dependencies = ['hyper>=0.7']
dependencies = [
'hyper>=0.7',
'PyJWT>=1.4.0',
'cryptography>=1.7.2',
]
try:
# noinspection PyUnresolvedReferences