Skip to content

Commit f3d6029

Browse files
committed
Update dependencies
1 parent 75035e7 commit f3d6029

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,16 @@ classifiers = [
1616
"License :: OSI Approved :: MIT License",
1717
"Operating System :: OS Independent",
1818
]
19+
1920
dependencies = [
2021
"click>=8.0.0",
2122
"discord.py>=2.0.0",
2223
"questionary>=1.0.0",
2324
"keyring>=23.0.0",
24-
"pytest"
25+
"pytest",
26+
"Pillow>=9.0.0",
27+
"requests>=2.20.0",
28+
"aiohttp>=3.8.0"
2529
]
2630

2731
[project.scripts]

0 commit comments

Comments
 (0)