diff options
author | redcreeper14385 <mounderfod@gmail.com> | 2021-07-22 11:48:36 +0100 |
---|---|---|
committer | redcreeper14385 <mounderfod@gmail.com> | 2021-07-22 11:48:36 +0100 |
commit | 1784d89a4432a2808741c5295ed06f8d18ca737d (patch) | |
tree | 9c6ffa484e6044530044392f57396cce5bdecdb0 | |
parent | 98d7b932fb97d6598758ffc6e4b288d29b3d932a (diff) | |
download | tiny-potato-bot-1784d89a4432a2808741c5295ed06f8d18ca737d.tar.gz |
feat: add requirements.txt
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..1e5c981 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +discord ~= 1.7 +python-dotenv ~= 0.18.0 \ No newline at end of file |