diff options
| author | 2021-03-03 19:24:28 -0600 | |
|---|---|---|
| committer | 2021-03-03 19:24:28 -0600 | |
| commit | dd2f7041739b2337ce1261c492089a8ba4474bc6 (patch) | |
| tree | 1bc4ab59ac7a7151786d82e459d98a59b21cef0a /Pipfile.lock | |
| parent | Format change (diff) | |
Pipfile lock fix
Diffstat (limited to 'Pipfile.lock')
| -rw-r--r-- | Pipfile.lock | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Pipfile.lock b/Pipfile.lock index 2ac9784b..e204b9df 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -588,8 +588,8 @@                  "sha256:2179e7359471ab55729f201b3fdf7dc2778e221f868410fedcb0987b791ba552",                  "sha256:2a5fdf2f5319cc357eda2550bea713a404392495961022cf2462624ce62f0f46"              ], -            "markers": "python_full_version >= '3.6.1'", -            "version": "==2.1.0" +            "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", +            "version": "==1.5.14"          },          "mccabe": {              "hashes": [ | 
