diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2021-05-03 15:57:51 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2021-05-03 15:57:51 +0100 |
commit | dc08746e8cf5017b1cbb923eca296f99318e0b25 (patch) | |
tree | 0fa6baa8b17187bb9fc357d1abe0e37bb01b9aa9 /requirements.txt | |
parent | 9b81638da51bf62dd921185317804bad44f93e49 (diff) |
further fixes to remove poetry and fix actions
Diffstat (limited to '')
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..c7179c1 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +bcompiler-engine==1.1.14 +click==7.1.2 +python-dateutil==2.8.1 |