Skip to content

Commit 57ce443

Browse files
committed
Fix invalid requirements
1 parent 8f933db commit 57ce443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ discord-ext-menus @ git+https://github.com/Rapptz/discord-ext-menus@8686b5d1bbc1
66
psutil>=5.9.8,<6
77
pygit2>=1.13.3,<2
88
python-dateutil>=2.8.2,<3
9-
click>=8.1.7,<3
9+
click>=8.1.7,<9
1010
typing-extensions>=4.9.0,<5 ; python_version < "3.11"
1111
async-lru>=2.0.4,<3
1212
msgspec>=0.18.6,<1

0 commit comments

Comments
 (0)