Skip to content

Commit

Permalink
Bump wumpy-interactions minor version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluenix2 committed Aug 1, 2022
1 parent 7e3d873 commit 0fe8559
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions library/wumpy-interactions/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "wumpy-interactions"
version = "0.0.1"
version = "0.1.0"
description = "Support for HTTP interactions with the Discord API"
readme = {file = "README.md", content-type="text/markdown"}

Expand All @@ -15,7 +15,7 @@ keywords = [
"python-3"
]
classifiers = [
"Development Status :: 1 - Planning",
"Development Status :: 2 - Pre-Alpha",
"Framework :: AnyIO",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
Expand All @@ -36,7 +36,13 @@ classifiers = [
"Typing :: Typed",
]

dependencies = ["anyio >= 3.3.4, <4", "pynacl > 1, < 2"]
dependencies = [
"typing_extensions >= 4, <5",
"anyio >= 3.3.4, <4",
"discord-typings >= 0.4.0, <1",
"pynacl >= 1, <2",
"wumpy-models >= 0.1.0, <1"
]

[project.optional-dependencies]
sanic = ["sanic >= 21.3, <22.3"]
Expand Down

0 comments on commit 0fe8559

Please sign in to comment.