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