From 4dd22a1bcf23bbfa6f8c5e86dce89f3d03a2db01 Mon Sep 17 00:00:00 2001 From: freiheit Date: Sun, 29 Oct 2023 14:19:35 -0700 Subject: [PATCH] Used `pip freeze` to generate list of my dependencies... --- requirements.txt | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 55e415e..4a9022e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,25 @@ -aiohttp -discord.py -flake8 -pylint +aiohttp==3.8.6 +aiosignal==1.3.1 +astroid==3.0.1 +async-timeout==4.0.3 +attrs==23.1.0 +black==23.10.1 +charset-normalizer==3.3.1 +click==8.1.7 +dill==0.3.7 +discord.py==2.3.2 +flake8==6.1.0 +frozenlist==1.4.0 +idna==3.4 +isort==5.12.0 +mccabe==0.7.0 +multidict==6.0.4 +mypy-extensions==1.0.0 +packaging==23.2 +pathspec==0.11.2 +platformdirs==3.11.0 +pycodestyle==2.11.1 +pyflakes==3.1.0 +pylint==3.0.2 +tomlkit==0.12.1 +yarl==1.9.2