aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2019-10-03 07:41:58 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2019-10-03 07:42:39 +0100
commit3971c0347489012a5c58e332f5f6525ab052c5d8 (patch)
tree35637fa850d66546da5d183e80a54051fc87ca67 /Pipfile
parentdfb3bd5bfcc885363d8daf031163137ebaac245d (diff)
removed colorlog dependency
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Pipfile b/Pipfile
index 8f0dfa1..9bdeb79 100644
--- a/Pipfile
+++ b/Pipfile
@@ -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 = "."}