Add requirements.txt to install prereqs with
This commit is contained in:
parent
9e12b91340
commit
1381b9f8f8
|
@ -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
|
Loading…
Reference in New Issue