From 1381b9f8f8aa0cda3bbba3246ed3efe1688ac7b8 Mon Sep 17 00:00:00 2001 From: Holly McFarland Date: Mon, 31 Jan 2022 13:51:00 -0500 Subject: [PATCH] Add requirements.txt to install prereqs with --- requirements.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..a94606f --- /dev/null +++ b/requirements.txt @@ -0,0 +1,14 @@ +# For making asynchronous http requests +aiohttp + +# Image processing, for combining the faces of DFCs +Pillow + +# For connecting to a Mastodon instance +atoot + +# For looking up Magic cards +scrython + +# For using asyncio alongside Scrython +nest-asyncio \ No newline at end of file