diff --git a/poetry.lock b/poetry.lock index f1e3f793..ead47f13 100644 --- a/poetry.lock +++ b/poetry.lock @@ -188,7 +188,7 @@ develop = false type = "git" url = "https://github.com/oliver-ni/discord-ext-menus-views.git" reference = "master" -resolved_reference = "a6fef10fda09d4d8192e09ee3cd8eec4a511fea8" +resolved_reference = "1ac5b6eaeb55032376afc51c195640aa85a74f3c" [[package]] name = "discord-flags" @@ -203,7 +203,7 @@ python-versions = "*" [[package]] name = "discord.py" -version = "2.0.0a3386+g8fb998b5" +version = "2.0.0a3407+gfc51736b" description = "A Python wrapper for the Discord API" category = "main" optional = false @@ -223,7 +223,7 @@ voice = ["PyNaCl (>=1.3.0,<1.5)"] type = "git" url = "https://github.com/Rapptz/discord.py.git" reference = "master" -resolved_reference = "8fb998b599bda792219e793ae7a48ba92263e44c" +resolved_reference = "fc51736b34df3c37c06781ae948b18efb71616fa" [[package]] name = "dnspython" diff --git a/pyproject.toml b/pyproject.toml index 8186d3e6..53347cc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -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"] diff --git a/test.py b/test.py new file mode 100644 index 00000000..1f2d0067 --- /dev/null +++ b/test.py @@ -0,0 +1,4 @@ +# from PIL import Image +# + +# pika is bad \ No newline at end of file