From 9a4311ecad0bec323d35f30fa1d56dfaa61f8569 Mon Sep 17 00:00:00 2001 From: BryantHe Date: Tue, 30 May 2023 05:57:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20chassis=204?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 99bf21d..53a78b5 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ setup( include_package_data=True, install_requires=[ - 'python-dotenv==1.0.0', + 'python-dotenv==0.21.1', 'logstash_formatter==0.5.17', 'statsd==4.0.1', 'tenacity==8.2.2',