aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorAlex <90010930+ajschofield@users.noreply.github.com>2020-07-27 15:37:55 +0100
committerAlex <90010930+ajschofield@users.noreply.github.com>2020-07-27 15:37:55 +0100
commit52330e5a31a2ad8adccb5716d2032c2cb8531926 (patch)
treebc05e8d0ac0214e849aae3ff55d734ece133a498 /requirements.txt
parent26fed2bab4b4e6a086ab7b3e652940ef7d3d60ca (diff)
downloadcovid-tracker-2-52330e5a31a2ad8adccb5716d2032c2cb8531926.tar.gz
covid-tracker-2-52330e5a31a2ad8adccb5716d2032c2cb8531926.zip
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.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt6
1 files changed, 6 insertions, 0 deletions
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
git.ajschof.me — hosted by ajschofield — powered by cgit