Skip to content

Commit 87ffb04

Browse files
committed
Relock deps; remove redundant ones
1 parent b6c19d4 commit 87ffb04

File tree

4 files changed

+2
-141
lines changed

4 files changed

+2
-141
lines changed

poetry.lock

Lines changed: 2 additions & 135 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ coloredlogs = "^15.0"
2121
"discord.py" = { url = "https://github.com/Rapptz/discord.py/archive/master.zip" }
2222
pydantic = { version = "^1.8.2", extras = ["dotenv"] }
2323
toml = "^0.10.2"
24-
rich = "^10.12.0"
2524

2625

2726
[tool.poetry.extras]
@@ -59,7 +58,6 @@ mkdocs-material = ">=7.1.9,<8.0.0"
5958
mkdocs-markdownextradata-plugin = ">=0.1.7,<0.2.0"
6059
click = "^8.0.3"
6160
Jinja2 = "^3.0.2"
62-
gidgethub = "^5.0.1"
6361

6462
[build-system]
6563
requires = ["poetry-core>=1.0.0"]

requirements.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,16 @@ cffi==1.14.6
1212
chardet==4.0.0 ; python_version >= "2.7" and python_version != "3.0" and python_version != "3.1" and python_version != "3.2" and python_version != "3.3" and python_version != "3.4"
1313
colorama==0.4.4 ; python_version >= "2.7" and python_version != "3.0" and python_version != "3.1" and python_version != "3.2" and python_version != "3.3" and python_version != "3.4"
1414
coloredlogs==15.0.1 ; python_version >= "2.7" and python_version != "3.0" and python_version != "3.1" and python_version != "3.2" and python_version != "3.3" and python_version != "3.4"
15-
commonmark==0.9.1
1615
discord.py @ https://github.com/Rapptz/discord.py/archive/master.zip ; python_full_version >= "3.8.0"
1716
humanfriendly==9.2 ; python_version >= "2.7" and python_version != "3.0" and python_version != "3.1" and python_version != "3.2" and python_version != "3.3" and python_version != "3.4"
1817
idna==3.2 ; python_version >= "3.5"
1918
multidict==5.1.0 ; python_version >= "3.6"
2019
pycares==4.0.0
2120
pycparser==2.20 ; python_version >= "2.7" and python_version != "3.0" and python_version != "3.1" and python_version != "3.2" and python_version != "3.3"
2221
pydantic==1.8.2 ; python_full_version >= "3.6.1"
23-
pygments==2.10.0 ; python_version >= "3.5"
2422
pyreadline==2.1 ; sys_platform == "win32"
2523
python-dateutil==2.8.2 ; python_version != "3.0"
2624
python-dotenv==0.19.0 ; python_version >= "3.5"
27-
rich==10.12.0 ; python_full_version >= "3.6.2"
2825
six==1.16.0 ; python_version >= "2.7" and python_version != "3.0" and python_version != "3.1" and python_version != "3.2"
2926
toml==0.10.2 ; python_version >= "2.6" and python_version != "3.0" and python_version != "3.1" and python_version != "3.2"
3027
typing-extensions==3.10.0.2

scripts/news/check_news_workflow/__main__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
import click
66
import requests
7-
from rich import print
87

98
from ..utils import load_toml_config
109

0 commit comments

Comments
 (0)