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 | |
parent | dfb3bd5bfcc885363d8daf031163137ebaac245d (diff) |
removed colorlog dependency
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -13,9 +13,7 @@ flake8 = "*" mypy = "*" [packages] -openpyxl = "*" bcompiler-engine = {editable = true,path = "/home/lemon/code/python/bcompiler-engine"} -colorlog = "*" python-dateutil = "*" click = "*" datamaps = {editable = true,path = "."} |