From 36810f06c3efe3a3f792c1b72867df96902f0d8e Mon Sep 17 00:00:00 2001 From: Jonathan Chan Date: Thu, 9 Jun 2022 15:36:22 +1000 Subject: [PATCH] Added batch download and photoshop --- environment.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 environment.yml diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..88db386 --- /dev/null +++ b/environment.yml @@ -0,0 +1,26 @@ +name: coastsnap +channels: + - conda-forge + - default +dependencies: + - python=3.8 + - scipy + - opencv + - numpy + - loguru + - attrs + - pandas + - black + - isort + - moviepy + - poetry + - requests + - timezonefinder + - pytz + - werkzeug + - pip + - jinja2 + - openpyxl + - pip: + - azure-cognitiveservices-vision-contentmoderator + - sendgrid \ No newline at end of file