Commit da7a83c6 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add missing dependencies 😳

parent 469edbdc
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -25,6 +25,10 @@ include = [

[tool.poetry.dependencies]
python = "~=3.9"
behave = "~=1.2"
jsonpath-python = "~=1.0"
parse = "~=1.19"
requests = "~=2.26"


[tool.isort]