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