added dependency for docker and switch gitlab ci/cd to poetry

This commit is contained in:
Ari Brown 2023-09-19 16:58:18 -04:00
parent fe3313d83b
commit f2354610c2
3 changed files with 64 additions and 53 deletions

View file

@ -20,3 +20,4 @@ python = ">3.9, <3.11"
boto3 = "^1.26.161"
pyarrow = "^12.0.1"
joblib = "^1.1.0"
fabric = "^3.0.0"