Add pyjwt
This commit is contained in:
parent
8086d7afc0
commit
bfe3358b16
|
@ -20,6 +20,7 @@ logmatic-python
|
|||
marshmallow-sqlalchemy
|
||||
marshmallow<2.20.5 #schema duplicate issues https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues/121
|
||||
pem
|
||||
pyjwt
|
||||
raven[flask]
|
||||
SQLAlchemy-Utils
|
||||
|
||||
|
|
|
@ -60,6 +60,8 @@ pem==21.1.0
|
|||
# manual debug
|
||||
pygments==2.6.1
|
||||
# via sphinx
|
||||
pyjwt==2.0.1
|
||||
# manual debug
|
||||
pyparsing==2.4.7
|
||||
# via packaging
|
||||
pytz==2019.3
|
||||
|
|
Loading…
Reference in New Issue