From 69586d5433ff786653387be40511b0cdd604711c Mon Sep 17 00:00:00 2001 From: Blair Lyons Date: Thu, 21 Dec 2023 14:15:30 -0800 Subject: [PATCH] install awscli last --- examples/actin/docker/env.yml | 1 + pyproject.toml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/actin/docker/env.yml b/examples/actin/docker/env.yml index d53f7d6..e64ae0f 100644 --- a/examples/actin/docker/env.yml +++ b/examples/actin/docker/env.yml @@ -7,3 +7,4 @@ dependencies: - pip - pip: - "simularium_readdy_models[example] @ git+https://github.com/simularium/readdy-models.git" + - "awscli" diff --git a/pyproject.toml b/pyproject.toml index bf29cec..a8a5c79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,6 @@ dev = [ ] example = [ "psutil", - "awscli", "openpyxl>=3.0", ]