diff --git a/conda.yaml b/conda.yaml index 4db33bf..5746189 100644 --- a/conda.yaml +++ b/conda.yaml @@ -6,4 +6,9 @@ dependencies: - numpy - matplotlib - opencv - - scipy \ No newline at end of file + - scipy + - requests + - PIL + - os + - sys + - pytest \ No newline at end of file