From 0213aed397f34e41b9425868d6c4991ecb76d921 Mon Sep 17 00:00:00 2001 From: olliemath Date: Tue, 27 Jul 2021 22:47:01 +0100 Subject: [PATCH] Chore: update dependencies --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index b90b156..e5ea5a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,6 +30,9 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.7" +requests = "^2.26.0" +pytz = "^2021.1" +iso8601 = "^0.1.16" [tool.poetry.dev-dependencies] flake8 = "^3.9.2"