Skip to content

Commit a71e904

Browse files
committed
build: remove unused lib
1 parent 75ce64d commit a71e904

File tree

3 files changed

+5
-37
lines changed

3 files changed

+5
-37
lines changed

poetry.lock

+5-33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ discord-py = { git = "https://github.com/Rapptz/discord.py.git", rev = "master",
1414
] }
1515
pydantic = "^2.0"
1616
aiohttp = "^3.8.4"
17-
dispander = { git = "https://github.com/sushi-chaaaan/dispander.git", rev = "custom-embed" }
18-
1917

2018
[tool.poetry.group.dev.dependencies]
2119
black = "^22.12.0"

requirements.txt

-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ attrs==23.1.0 ; python_version >= "3.11" and python_version < "4.0"
77
brotli==1.1.0 ; python_version >= "3.11" and python_version < "4.0"
88
cffi==1.15.1 ; python_version >= "3.11" and python_version < "4.0"
99
charset-normalizer==3.2.0 ; python_version >= "3.11" and python_version < "4.0"
10-
discord-py @ git+https://github.com/Rapptz/discord.py.git@master ; python_version >= "3.11" and python_version < "4.0"
1110
discord-py[speed,voice] @ git+https://github.com/Rapptz/discord.py.git@master ; python_version >= "3.11" and python_version < "4.0"
12-
dispander @ git+https://github.com/sushi-chaaaan/dispander.git@custom-embed ; python_version >= "3.11" and python_version < "4.0"
1311
frozenlist==1.4.0 ; python_version >= "3.11" and python_version < "4.0"
1412
idna==3.4 ; python_version >= "3.11" and python_version < "4.0"
1513
multidict==6.0.4 ; python_version >= "3.11" and python_version < "4.0"

0 commit comments

Comments
 (0)