Add pyopenssl
This commit is contained in:
parent
8c666b7f0b
commit
dfad5ae968
|
@ -22,6 +22,7 @@ marshmallow-sqlalchemy
|
||||||
marshmallow<2.20.5 #schema duplicate issues https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues/121
|
marshmallow<2.20.5 #schema duplicate issues https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues/121
|
||||||
pem
|
pem
|
||||||
pyjwt
|
pyjwt
|
||||||
|
pyOpenSSL
|
||||||
raven[flask]
|
raven[flask]
|
||||||
SQLAlchemy-Utils
|
SQLAlchemy-Utils
|
||||||
|
|
||||||
|
|
|
@ -64,6 +64,8 @@ pygments==2.6.1
|
||||||
# via sphinx
|
# via sphinx
|
||||||
pyjwt==2.0.1
|
pyjwt==2.0.1
|
||||||
# manual debug
|
# manual debug
|
||||||
|
pyopenssl==20.0.1
|
||||||
|
# manual debug
|
||||||
pyparsing==2.4.7
|
pyparsing==2.4.7
|
||||||
# via packaging
|
# via packaging
|
||||||
pytz==2019.3
|
pytz==2019.3
|
||||||
|
|
Loading…
Reference in New Issue