Skip to content

Commit dff4955

Browse files
committed
Fix error in requirements
1 parent c3052f6 commit dff4955

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ keywords = ['discord', 'modmail']
3636

3737
[tool.poetry.dependencies]
3838
python = "^3.7"
39-
"discord.py" = "./discord.py-1.5.1.tar.gz"
39+
"discord.py" = "./discord.py-1.5.2.tar.gz"
4040
uvloop = {version = ">=0.12.0", markers = "sys_platform != 'win32'"}
4141
python-dotenv = ">=0.10.3"
4242
parsedatetime = "^2.6"

requirements.min.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ aiohttp==3.6.2
66
async-timeout==3.0.1
77
attrs==19.3.0
88
chardet==3.0.4
9-
./discord.py-1.5.1.tar.gz
9+
./discord.py-1.5.2.tar.gz
1010
dnspython==1.16.0
1111
emoji==0.5.4
1212
future==0.18.2

0 commit comments

Comments
 (0)