diff options
author | 2021-03-03 20:19:10 -0600 | |
---|---|---|
committer | 2021-03-03 20:19:10 -0600 | |
commit | e1e9b6f02abed2f14ae839e2483d94123d1cc9ec (patch) | |
tree | 37f30661fa4299495e293b0e20b65454eaacf6c8 | |
parent | requested changes by @Shivansh-007 (diff) |
fixed pipfile.lock because of a previous mistake
-rw-r--r-- | Pipfile.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Pipfile.lock b/Pipfile.lock index 01451c37..ec801979 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -585,11 +585,11 @@ }, "identify": { "hashes": [ - "sha256:2179e7359471ab55729f201b3fdf7dc2778e221f868410fedcb0987b791ba552", - "sha256:2a5fdf2f5319cc357eda2550bea713a404392495961022cf2462624ce62f0f46" + "sha256:de7129142a5c86d75a52b96f394d94d96d497881d2aaf8eafe320cdbe8ac4bcc", + "sha256:e0dae57c0397629ce13c289f6ddde0204edf518f557bfdb1e56474aa143e77c3" ], - "markers": "python_full_version >= '3.6.1'", - "version": "==3.2.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": [ |