From 7b203978fd2d8847d1ac91ed6d1eeb51c89e9a31 Mon Sep 17 00:00:00 2001 From: Dan Date: Tue, 13 Aug 2024 22:58:52 -0400 Subject: [PATCH] REF: added the requirements.txt file for Elysia so she can be deployed --- 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..d3e8ad1 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,14 @@ +aiohappyeyeballs==2.3.5 +aiohttp==3.10.3 +aiosignal==1.3.1 +async-timeout==4.0.3 +attrs==24.2.0 +cffi==1.17.0 +discord.py==2.4.0 +frozenlist==1.4.1 +idna==3.7 +multidict==6.0.5 +pycparser==2.22 +PyNaCl==1.5.0 +python-dotenv==1.0.1 +yarl==1.9.4