Skip to content
This repository was archived by the owner on Feb 13, 2022. It is now read-only.

Commit 54fa5d2

Browse files
committed
Bump to latest d.py master branch
Since the repo is archived now, no need to pin to a specific revision. Not doing this will allow us to remove git from the image too.
1 parent e41be37 commit 54fa5d2

File tree

2 files changed

+148
-17
lines changed

2 files changed

+148
-17
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ license = "MIT"
1212

1313
[tool.poetry.dependencies]
1414
python = "^3.9.6"
15-
statsd = "^=3.3.0"
16-
"discord.py" = { git = "https://github.com/Rapptz/discord.py.git", branch = "master", rev = "1e17b7f"}
15+
statsd = "^3.3.0"
16+
"discord.py" = {url = "https://github.com/Rapptz/discord.py/archive/master.zip"}
1717
loguru = "^0.5.3"
18-
pyyaml = "^=5.4.1"
18+
pyyaml = "^5.4.1"
1919
more-itertools = "^8.8.0"
20+
aiodns = "^3.0.0"
2021

2122
[tool.poetry.dev-dependencies]
2223
flake8 = "^3.9.2"

0 commit comments

Comments
 (0)