From 0305fff4389e27cc05ee21e3ec220962ec9b9003 Mon Sep 17 00:00:00 2001 From: Nicholas Kalar Date: Mon, 16 Jun 2025 22:38:05 -0400 Subject: [PATCH] Minor updates --- README.md | 3 ++- requirements.txt | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4cabdf9..80b2aae 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ An Extract, Transform, Load app to gather book information from public API for a POC LMS project Environmental Variables: -`GOOGLE_API_KEY` - API Key required for using the Google Books API +`GOOGLE_API_KEY` - API Key required for using the Google Books API. +`LIBRARYTHING_TOKEN` - A Token used to query librarything.com. Can be aquired through https://www.librarything.com/developer/tokens ## extract.py The extract.py file contains functions to pull data related to books from different APIs. diff --git a/requirements.txt b/requirements.txt index 89a1214..6eea9ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,4 @@ requests==2.32.4 -python-dotenv==1.1.0 \ No newline at end of file +python-dotenv==1.1.0 +"psycopg[binary]"==3.2.9 +beautifulsoup4==4.13.4 \ No newline at end of file