From e2d064cda5f7c5f6888f41d0b8a4a57a69087a56 Mon Sep 17 00:00:00 2001 From: nin0 Date: Sun, 4 May 2025 16:58:18 -0400 Subject: [PATCH] add envrc --- .envrc | 1 + requirements.txt | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 .envrc create mode 100644 requirements.txt diff --git a/.envrc b/.envrc new file mode 100644 index 0000000..8624131 --- /dev/null +++ b/.envrc @@ -0,0 +1 @@ +source .venv/bin/activate diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..0debc4a --- /dev/null +++ b/requirements.txt @@ -0,0 +1,13 @@ +aiohappyeyeballs==2.6.1 +aiohttp==3.11.18 +aiosignal==1.3.2 +attrs==25.3.0 +discord-protos==0.0.2 +discord.py-self==2.0.1 +frozenlist==1.6.0 +idna==3.10 +multidict==6.4.3 +propcache==0.3.1 +protobuf==6.30.2 +python-dotenv==1.1.0 +yarl==1.20.0