Skip to content

Commit

Permalink
Update ext-menus-views
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Jul 28, 2021
1 parent 4df586e commit dcf3c1d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPLv3"

[tool.poetry.dependencies]
python = "^3.8"
"discord.py" = { git="https://github.com/Rapptz/discord.py.git", branch="master", extras=["speed"] }
"discord.py" = { git = "https://github.com/Rapptz/discord.py.git", branch = "master", extras = ["speed"] }
umongo = "3.0.0b10"
motor = "^2.2.0"
jishaku = "^2.1.0"
Expand All @@ -19,13 +19,13 @@ discord-flags = "^2.1.1"
durations_nlp = "^1.0.1"
aioredis = "^1.3.1"
uvloop = "^0.15.2"
discord-ext-menus = { git="https://github.com/Rapptz/discord-ext-menus.git" }
discord-ext-menus = { git = "https://github.com/Rapptz/discord-ext-menus.git" }
aioredis-lock = "^0.1.0"
discord-ext-menus-views = { git="https://github.com/oliver-ni/discord-ext-menus-views.git" }
discord-ext-menus-views = { git = "https://github.com/oliver-ni/discord-ext-menus-views.git" }
expiringdict = "^1.2.1"

[tool.poetry.dev-dependencies]
black = { version="^20.8b1", allow-prereleases=true }
black = { version = "^20.8b1", allow-prereleases = true }

[build-system]
requires = ["poetry-core>=1.0.0a5"]
Expand Down
4 changes: 4 additions & 0 deletions test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# from PIL import Image
#

# pika is bad

0 comments on commit dcf3c1d

Please sign in to comment.