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 /setup.py | |
parent | dfb3bd5bfcc885363d8daf031163137ebaac245d (diff) |
removed colorlog dependency
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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' ], |