From 326411ad0706d3973fbb69b60e9bcd07188493d3 Mon Sep 17 00:00:00 2001 From: Paillat Date: Thu, 2 Feb 2023 21:59:54 +0100 Subject: [PATCH] Added python-dotenv --- docker/Build/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/Build/requirements.txt b/docker/Build/requirements.txt index a27a36e..8bf8716 100644 --- a/docker/Build/requirements.txt +++ b/docker/Build/requirements.txt @@ -2,4 +2,5 @@ py-cord openai apsw -google-api-python-client \ No newline at end of file +google-api-python-client +python-dotenv \ No newline at end of file