aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
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 /setup.py
parentdfb3bd5bfcc885363d8daf031163137ebaac245d (diff)
removed colorlog dependency
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e4e8b5e..d9fd221 100644
--- a/setup.py
+++ b/setup.py
@@ -59,7 +59,6 @@ setup(
setup_requires=['wheel'],
install_requires=[
'click',
- 'colorlog',
'python-dateutil',
'bcompiler-engine @ https://github.com/hammerheadlemon/bcompiler-engine/archive/master.zip#egg=bcompiler-engine'
],