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