diff options
| author | Yuval Adam <_@yuv.al> | 2021-05-13 15:10:59 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2021-05-13 15:10:59 +0300 |
| commit | c5f16dde736602942a7c87f551b4689cd93301d0 (patch) | |
| tree | 51f1192646d659da4525a2879f53133f88047db8 /Pipfile.lock | |
| parent | b44014d415764dfbd1cec9c5951c63bdb9af7e7c (diff) | |
Click and class skeleton
Diffstat (limited to 'Pipfile.lock')
| -rw-r--r-- | Pipfile.lock | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Pipfile.lock b/Pipfile.lock index eb9d1e2..fc20757 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "b8c2e1580c53e383cfe4254c1f16560b855d984fde8b2beb3bf6ee8fc2fe5a22" + "sha256": "664b9faf0a8eb2a8d610474cadf14fbe41061899336521b5aabe0c66b7b8bc98" }, "pipfile-spec": 6, "requires": { @@ -31,6 +31,14 @@ "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'", "version": "==4.0.0" }, + "click": { + "hashes": [ + "sha256:7d8c289ee437bcb0316820ccee14aefcb056e58d31830ecab8e47eda6540e136", + "sha256:e90e62ced43dc8105fb9a26d62f0d9340b5c8db053a814e25d95c19873ae87db" + ], + "index": "pypi", + "version": "==8.0.0" + }, "idna": { "hashes": [ "sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6", |
