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