add pyopenssl

This commit is contained in:
Son NK 2019-07-09 18:13:07 +02:00 committed by Son NK
parent 75f88e7430
commit a425e97924
2 changed files with 9 additions and 4 deletions

View file

@ -26,4 +26,5 @@ stripe
jwcrypto jwcrypto
yacron yacron
flask-debugtoolbar flask-debugtoolbar
requests_oauthlib requests_oauthlib
pyopenssl

View file

@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile # This file is autogenerated by pip-compile
# To update, run: # To update, run:
# #
# pip-compile --output-file requirements.txt requirements.in # pip-compile
# #
aiohttp==3.5.4 # via raven-aiohttp, yacron aiohttp==3.5.4 # via raven-aiohttp, yacron
aiosmtplib==1.0.6 # via yacron aiosmtplib==1.0.6 # via yacron
@ -23,7 +23,7 @@ cffi==1.12.3 # via bcrypt, cryptography
chardet==3.0.4 # via aiohttp, requests chardet==3.0.4 # via aiohttp, requests
click==7.0 # via flask, pip-tools click==7.0 # via flask, pip-tools
crontab==0.22.5 # via yacron crontab==0.22.5 # via yacron
cryptography==2.7 # via jwcrypto cryptography==2.7 # via jwcrypto, pyopenssl
decorator==4.4.0 # via ipython, traitlets decorator==4.4.0 # via ipython, traitlets
docutils==0.14 # via botocore docutils==0.14 # via botocore
flask-admin==1.5.3 flask-admin==1.5.3
@ -61,6 +61,7 @@ ptyprocess==0.6.0 # via pexpect
py==1.8.0 # via pytest py==1.8.0 # via pytest
pycparser==2.19 # via cffi pycparser==2.19 # via cffi
pygments==2.4.2 # via ipython pygments==2.4.2 # via ipython
pyopenssl==19.0.0
pyparsing==2.4.0 # via packaging pyparsing==2.4.0 # via packaging
pytest==4.6.3 pytest==4.6.3
python-dateutil==2.8.0 # via alembic, arrow, botocore, strictyaml python-dateutil==2.8.0 # via alembic, arrow, botocore, strictyaml
@ -75,7 +76,7 @@ ruamel.yaml==0.15.97 # via strictyaml
s3transfer==0.2.1 # via boto3 s3transfer==0.2.1 # via boto3
sendgrid==6.0.5 sendgrid==6.0.5
sentry-sdk==0.9.0 sentry-sdk==0.9.0
six==1.12.0 # via bcrypt, cryptography, flask-cors, packaging, pip-tools, prompt-toolkit, pytest, python-dateutil, sqlalchemy-utils, traitlets six==1.12.0 # via bcrypt, cryptography, flask-cors, packaging, pip-tools, prompt-toolkit, pyopenssl, pytest, python-dateutil, sqlalchemy-utils, traitlets
sqlalchemy-utils==0.33.11 sqlalchemy-utils==0.33.11
sqlalchemy==1.3.4 # via alembic, flask-sqlalchemy, sqlalchemy-utils sqlalchemy==1.3.4 # via alembic, flask-sqlalchemy, sqlalchemy-utils
strictyaml==1.0.2 # via yacron strictyaml==1.0.2 # via yacron
@ -90,3 +91,6 @@ wtforms==2.2.1
yacron==0.9.0 yacron==0.9.0
yarl==1.3.0 # via aiohttp yarl==1.3.0 # via aiohttp
zipp==0.5.1 # via importlib-metadata zipp==0.5.1 # via importlib-metadata
# The following packages are considered to be unsafe in a requirements file:
# setuptools==41.0.1 # via ipython