From 92df431caf77e1711665d4b81b2566382b577ba4 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Mon, 3 Jun 2024 12:29:42 +1000 Subject: [PATCH] feat: Add requests to imports --- .gitignore | 2 ++ requirements.txt | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1e658bc..84a406a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ __pycache__/ .local + +*.json diff --git a/requirements.txt b/requirements.txt index 5a4a2b9..e8fc205 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ flask -python-dotenv \ No newline at end of file +python-dotenv +requests \ No newline at end of file