From af7e9a2de06e4afbe7e3282f4057ebaec08eff43 Mon Sep 17 00:00:00 2001 From: Mitsuo Makuda Date: Sat, 29 Oct 2022 09:59:41 +0000 Subject: [PATCH] Add 'buttons/requirements.txt' --- buttons/requirements.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 buttons/requirements.txt diff --git a/buttons/requirements.txt b/buttons/requirements.txt new file mode 100644 index 0000000..2c96802 --- /dev/null +++ b/buttons/requirements.txt @@ -0,0 +1,12 @@ +aiofiles~=22.1.0 +aiosqlite~=0.17.0 +apscheduler>=3.8,<4 +hikari[speedups]==2.0.0.dev111 +hikari-lightbulb>=2.2.1,<3 +isodate~=0.6.1 +psutil>=5.8,<6 +pygount>=1.2,<2 +python-dotenv~=0.21.0 +rapidfuzz>=2.0.7,<3 +scrapetube>=2.3,<3 +uvloop~=0.17.0; os_name != "nt" \ No newline at end of file