From 52330e5a31a2ad8adccb5716d2032c2cb8531926 Mon Sep 17 00:00:00 2001 From: Alex <90010930+ajschofield@users.noreply.github.com> Date: Mon, 27 Jul 2020 15:37:55 +0100 Subject: Added requirements.txt and updated main.py Now, there is a fully functioning progress indicator that uses the yaspin module. Previously, the script would check if the local data stored was already today's date. However, if the data was updated through the day and the source file was updated, the script would not download the newest version. I have removed this for simplicity purposes. I'm not sure if its the conventional method of writing a requirements file, but it serves to show what modules the user may need to install. --- requirements.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 requirements.txt (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..94e58e7 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,6 @@ +plotnine==0.7.0 +requests==2.24.0 +pandas==1.0.5 +ggplot==0.11.5 +numpy==1.19.0 +yaspin==0.18.0 -- cgit v1.2.3