diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2019-10-03 07:41:58 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2019-10-03 07:42:39 +0100 |
commit | 3971c0347489012a5c58e332f5f6525ab052c5d8 (patch) | |
tree | 35637fa850d66546da5d183e80a54051fc87ca67 /Pipfile.lock | |
parent | dfb3bd5bfcc885363d8daf031163137ebaac245d (diff) |
removed colorlog dependency
Diffstat (limited to 'Pipfile.lock')
-rw-r--r-- | Pipfile.lock | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/Pipfile.lock b/Pipfile.lock index a9bf28b..a954cd9 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "08d7e6946d6f15cdb46c5a51492f0700391a86e92201a082b1224f0a5a8ea6ce" + "sha256": "e486a56570f81c6dedf9066ab24883a309d73a7367a09f9c10fc5d912b2dea2d" }, "pipfile-spec": 6, "requires": { @@ -35,14 +35,6 @@ "index": "pypi", "version": "==7.0" }, - "colorlog": { - "hashes": [ - "sha256:3cf31b25cbc8f86ec01fef582ef3b840950dea414084ed19ab922c8b493f9b42", - "sha256:450f52ea2a2b6ebb308f034ea9a9b15cea51e65650593dca1da3eb792e4e4981" - ], - "index": "pypi", - "version": "==4.0.2" - }, "datamaps": { "editable": true, "path": "." @@ -64,7 +56,6 @@ "hashes": [ "sha256:340a1ab2069764559b9d58027a43a24db18db0e25deb80f81ecb8ca7ee5253db" ], - "index": "pypi", "version": "==3.0.0" }, "python-dateutil": { |