Skip to content

Commit

Permalink
Used pip freeze to generate list of my dependencies...
Browse files Browse the repository at this point in the history
  • Loading branch information
freiheit committed Oct 29, 2023
1 parent e3c0cf4 commit 4dd22a1
Showing 1 changed file with 25 additions and 4 deletions.
29 changes: 25 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4dd22a1

Please sign in to comment.