From b6a8263b03ee08b1a764c199a0f9f686dfb8ce6c Mon Sep 17 00:00:00 2001 From: icelain Date: Wed, 5 Oct 2022 11:54:05 +0530 Subject: [PATCH] added requirements.txt with python-dotenv --- scripts/Weather-teller/requirements.txt | 1 + scripts/Weather_Reports/requirements.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 scripts/Weather-teller/requirements.txt create mode 100644 scripts/Weather_Reports/requirements.txt diff --git a/scripts/Weather-teller/requirements.txt b/scripts/Weather-teller/requirements.txt new file mode 100644 index 0000000..566cccb --- /dev/null +++ b/scripts/Weather-teller/requirements.txt @@ -0,0 +1 @@ +python-dotenv diff --git a/scripts/Weather_Reports/requirements.txt b/scripts/Weather_Reports/requirements.txt new file mode 100644 index 0000000..566cccb --- /dev/null +++ b/scripts/Weather_Reports/requirements.txt @@ -0,0 +1 @@ +python-dotenv