Skip to content

Commit

Permalink
Update requirements files for pip-tools update
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Sep 16, 2023
1 parent 64962df commit 4b9fcf8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile
#
aiohttp==3.7.4.post0
# via discord.py
# via discord-py
async-timeout==3.0.1
# via aiohttp
attrs==21.2.0
Expand All @@ -14,7 +14,7 @@ chardet==4.0.0
# via aiohttp
discord==1.7.3
# via -r requirements.in
discord.py==1.7.3
discord-py==1.7.3
# via discord
idna==3.3
# via yarl
Expand Down
8 changes: 4 additions & 4 deletions script/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile script/requirements.in
#
aiohttp==3.7.4.post0
# via
# -r script/../requirements.txt
# discord.py
# discord-py
async-timeout==3.0.1
# via
# -r script/../requirements.txt
Expand All @@ -26,7 +26,7 @@ click==8.1.7
# via pip-tools
discord==1.7.3
# via -r script/../requirements.txt
discord.py==1.7.3
discord-py==1.7.3
# via
# -r script/../requirements.txt
# discord
Expand Down

0 comments on commit 4b9fcf8

Please sign in to comment.