rely on background

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-02 19:48:26 -04:00
parent fb390662af
commit 8f8579ad41
3 changed files with 26 additions and 2 deletions
+4
View File
@@ -11,6 +11,10 @@ pew = ">=0.1.26"
pep8 = "*"
pytest = "*"
pip-tools = "*"
background = "*"
[requires]
python_version = "3.6"
[packages.requests]
extras = [ "security",]
Generated
+20 -1
View File
@@ -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"
},
+2 -1
View File
@@ -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):