diff --git a/Pipfile b/Pipfile index 31cb0e1d..723567f8 100644 --- a/Pipfile +++ b/Pipfile @@ -11,6 +11,10 @@ pew = ">=0.1.26" pep8 = "*" pytest = "*" pip-tools = "*" +background = "*" [requires] python_version = "3.6" + +[packages.requests] +extras = [ "security",] diff --git a/Pipfile.lock b/Pipfile.lock index ff21f656..f1c03154 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,8 +1,9 @@ { "_meta": { "hash": { - "sha256": "76e3894ec377275576c53e478d0ecc005d0886027f0bb2962bc14faee96bb0e1" + "sha256": "bd2336c28dabc3c3cadf760e0f49a28b6403e13ff6d2623694879836fe29e56b" }, + "pipfile-spec": 1, "requires": { "python_version": "3.6" }, @@ -14,15 +15,27 @@ ] }, "default": { + "asn1crypto": { + "version": "==0.22.0" + }, + "background": { + "version": "==0.1.0" + }, "certifi": { "version": "==2017.7.27.1" }, + "cffi": { + "version": "==1.10.0" + }, "chardet": { "version": "==3.0.4" }, "click": { "version": "==6.7" }, + "cryptography": { + "version": "==2.0.3" + }, "first": { "version": "==2.0.1" }, @@ -41,6 +54,12 @@ "py": { "version": "==1.4.34" }, + "pycparser": { + "version": "==2.18" + }, + "pyopenssl": { + "version": "==17.2.0" + }, "pytest": { "version": "==3.2.1" }, diff --git a/setup.py b/setup.py index 8853bcb1..759e527c 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,8 @@ required = [ 'pew>=0.1.26', 'pip', 'pip-tools>=1.9.0', - 'setuptools>=36.3.0' + 'setuptools>=36.3.0', + 'background' ] if sys.version_info < (2, 7):