Skip to content

Commit

Permalink
Relock deps; remove redundant ones
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivansh-007 committed Oct 19, 2021
1 parent b6c19d4 commit 87ffb04
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 141 deletions.
137 changes: 2 additions & 135 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ coloredlogs = "^15.0"
"discord.py" = { url = "https://github.com/Rapptz/discord.py/archive/master.zip" }
pydantic = { version = "^1.8.2", extras = ["dotenv"] }
toml = "^0.10.2"
rich = "^10.12.0"


[tool.poetry.extras]
Expand Down Expand Up @@ -59,7 +58,6 @@ mkdocs-material = ">=7.1.9,<8.0.0"
mkdocs-markdownextradata-plugin = ">=0.1.7,<0.2.0"
click = "^8.0.3"
Jinja2 = "^3.0.2"
gidgethub = "^5.0.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down
3 changes: 0 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,16 @@ cffi==1.14.6
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"
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"
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"
commonmark==0.9.1
discord.py @ https://github.com/Rapptz/discord.py/archive/master.zip ; python_full_version >= "3.8.0"
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"
idna==3.2 ; python_version >= "3.5"
multidict==5.1.0 ; python_version >= "3.6"
pycares==4.0.0
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"
pydantic==1.8.2 ; python_full_version >= "3.6.1"
pygments==2.10.0 ; python_version >= "3.5"
pyreadline==2.1 ; sys_platform == "win32"
python-dateutil==2.8.2 ; python_version != "3.0"
python-dotenv==0.19.0 ; python_version >= "3.5"
rich==10.12.0 ; python_full_version >= "3.6.2"
six==1.16.0 ; python_version >= "2.7" and python_version != "3.0" and python_version != "3.1" and python_version != "3.2"
toml==0.10.2 ; python_version >= "2.6" and python_version != "3.0" and python_version != "3.1" and python_version != "3.2"
typing-extensions==3.10.0.2
Expand Down
1 change: 0 additions & 1 deletion scripts/news/check_news_workflow/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import click
import requests
from rich import print

from ..utils import load_toml_config

Expand Down

0 comments on commit 87ffb04

Please sign in to comment.