From e5e1fb6fd8760346e2af7221da2abea6f4134f5f Mon Sep 17 00:00:00 2001 From: g Date: Tue, 17 May 2022 07:09:55 +0300 Subject: [PATCH] add: uvicorn and xarray to requrements --- environment.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/environment.yml b/environment.yml index 6df680c..bebe0b9 100644 --- a/environment.yml +++ b/environment.yml @@ -7,7 +7,9 @@ dependencies: - python=3.9 - wget - pynio + - xarray - gunicorn + - uvicorn - requests - fastapi - fastapi_utils