pipfile/lock

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-14 18:14:21 -04:00
parent 8357f9ea5b
commit c2dfd6bcdf
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ click = "*"
pytest-pypy = {path = "./tests/pytest-pypi", editable = true}
pytest-tap = "*"
stdeb = {version="*", sys_platform="== 'linux'"}
black = "*"
black = {version="*", python_version="=='3.6'"}
[packages]
@@ -21,4 +21,4 @@ black = "*"
[scripts]
tests = "bash ./run-tests.sh"
tests = "bash ./run-tests.sh"
Generated
+2 -1
View File
@@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "5e653fdd210a9f4b3d7816ce53ff3b1be14bf1e9b9674672a91c1d434eb63c36"
"sha256": "9b2d61fd277b0256d0190153beb005266128c63c3d40567b417546a0f4d9d6e9"
},
"pipfile-spec": 6,
"requires": {},
@@ -49,6 +49,7 @@
"sha256:7183263650ba3071034e90b40a1ea74abccbd32cf525cef6d7914479dbe7f2fb"
],
"index": "pypi",
"markers": "python_version == '3.6'",
"version": "==18.3a0"
},
"certifi": {