Add requirements.txt to install prereqs with

This commit is contained in:
Holly McFarland 2022-01-31 13:51:00 -05:00
parent 9e12b91340
commit 1381b9f8f8
1 changed files with 14 additions and 0 deletions

14
requirements.txt Normal file
View File

@ -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