diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2021-04-19 21:41:50 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2021-04-19 21:41:50 +0100 |
commit | 6f29d39a9727688f7f4b25670614abbe66baa957 (patch) | |
tree | 660b46805d3e52113f38a4a41bedfa8ea8c03bda /onceaday/requirements.txt | |
parent | b37b71c5209c44a02679b14eca4215f9ec0824f2 (diff) | |
download | SmallYTChannelBot-6f29d39a9727688f7f4b25670614abbe66baa957.tar.gz SmallYTChannelBot-6f29d39a9727688f7f4b25670614abbe66baa957.zip |
added cron docker container, added docker-compose
Diffstat (limited to 'onceaday/requirements.txt')
-rw-r--r-- | onceaday/requirements.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/onceaday/requirements.txt b/onceaday/requirements.txt new file mode 100644 index 0000000..23c2cef --- /dev/null +++ b/onceaday/requirements.txt @@ -0,0 +1,6 @@ +praw==7.1.0 +matplotlib==3.3.4 +PyMySQL==0.9.3 +imgurpython==1.1.7 +google_api_python_client==1.12.8 +js2py==0.70 |