diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2021-05-03 16:00:33 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2021-05-03 16:00:33 +0100 |
commit | f75bbe8b8559fce0538c106b911b1e6be402bea4 (patch) | |
tree | 3cd2936f5d98323405646fe96a1bc880078fb35c | |
parent | dc08746e8cf5017b1cbb923eca296f99318e0b25 (diff) |
fixed incorrect bcompiler-engine version dependency
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index c7179c1..afeb586 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -bcompiler-engine==1.1.14 +bcompiler-engine==1.1.4 click==7.1.2 python-dateutil==2.8.1 |