diff --git a/poetry.lock b/poetry.lock index 8cc7722..d67dcaa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -136,13 +136,9 @@ version = "1.4.0" aiohttp = ">=3.6.0,<3.7.0" [package.extras] -docs = ["sphinx (1.8.5)", "sphinxcontrib_trio (1.1.1)", "sphinxcontrib-websupport"] +docs = ["sphinx (1.8.5)", "sphinxcontrib-trio (1.1.1)", "sphinxcontrib-websupport"] voice = ["PyNaCl (1.3.0)"] -[package.source] -reference = "9048914756b2e0542af015c48ae52bb468ef8ea9" -type = "git" -url = "https://github.com/Rapptz/discord.py.git" [[package]] category = "dev" description = "Distribution utilities" @@ -576,7 +572,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "1a370178a84a5186dc1f79755a6b735036e27265b996b34e42f9dabb11462794" +content-hash = "6f61ea2f5df886229ddada53dd8b94fc62f087b8965c4429f7932e0096809c29" lock-version = "1.0" python-versions = "^3.6.1" @@ -635,7 +631,10 @@ decorator = [ {file = "decorator-4.4.2-py2.py3-none-any.whl", hash = "sha256:41fa54c2a0cc4ba648be4fd43cff00aedf5b9465c9bf18d64325bc225f08f760"}, {file = "decorator-4.4.2.tar.gz", hash = "sha256:e3a62f0520172440ca0dcc823749319382e377f37f140a0b99ef45fecb84bfe7"}, ] -"discord.py" = [] +"discord.py" = [ + {file = "discord.py-1.4.0-py3-none-any.whl", hash = "sha256:2b1846bfa382b54f4eace8e437a9f59f185388c5b08749ac0e1bbd98e05bfde5"}, + {file = "discord.py-1.4.0.tar.gz", hash = "sha256:f3db9531fccc391f51de65cfa46133106a9ba12ff2927aca6c14bffd3b7f17b5"}, +] distlib = [ {file = "distlib-0.3.1-py2.py3-none-any.whl", hash = "sha256:8c09de2c67b3e7deef7184574fc060ab8a793e7adbb183d942c389c8b13c52fb"}, {file = "distlib-0.3.1.zip", hash = "sha256:edf6116872c863e1aa9d5bb7cb5e05a022c519a4594dc703843343a9ddd9bff1"}, diff --git a/pyproject.toml b/pyproject.toml index 1af42e3..341a08e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "discord.py-stubs" -version = "1.4.0.0a0" +version = "1.4.0.0" description = "discord.py stubs" homepage = "https://github.com/bryanforbes/discord.py-stubs" authors = ["Bryan Forbes "] @@ -22,7 +22,7 @@ typing-extensions = "^3.7.4" [tool.poetry.dev-dependencies] black = "^19.10b0" -"discord.py" = {git = "https://github.com/Rapptz/discord.py.git", rev = "9048914756b2e0542af015c48ae52bb468ef8ea9"} +"discord.py" = "^1.4.0" flake8 = "^3.8.3" flake8-pyi = "^20.5.0" isort = "^5.3.0"