From a425e97924e124f3ef9449ae03e16938b2ea8d30 Mon Sep 17 00:00:00 2001 From: Son NK Date: Tue, 9 Jul 2019 18:13:07 +0200 Subject: [PATCH] add pyopenssl --- requirements.in | 3 ++- requirements.txt | 10 +++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/requirements.in b/requirements.in index 5792aaf9..ab3cb4a1 100644 --- a/requirements.in +++ b/requirements.in @@ -26,4 +26,5 @@ stripe jwcrypto yacron flask-debugtoolbar -requests_oauthlib \ No newline at end of file +requests_oauthlib +pyopenssl \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 9c2c35ef..73f243c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile # To update, run: # -# pip-compile --output-file requirements.txt requirements.in +# pip-compile # aiohttp==3.5.4 # via raven-aiohttp, 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 click==7.0 # via flask, pip-tools crontab==0.22.5 # via yacron -cryptography==2.7 # via jwcrypto +cryptography==2.7 # via jwcrypto, pyopenssl decorator==4.4.0 # via ipython, traitlets docutils==0.14 # via botocore flask-admin==1.5.3 @@ -61,6 +61,7 @@ ptyprocess==0.6.0 # via pexpect py==1.8.0 # via pytest pycparser==2.19 # via cffi pygments==2.4.2 # via ipython +pyopenssl==19.0.0 pyparsing==2.4.0 # via packaging pytest==4.6.3 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 sendgrid==6.0.5 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==1.3.4 # via alembic, flask-sqlalchemy, sqlalchemy-utils strictyaml==1.0.2 # via yacron @@ -90,3 +91,6 @@ wtforms==2.2.1 yacron==0.9.0 yarl==1.3.0 # via aiohttp 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