Skip to content

Commit 0fe8559

Browse files
committed
Bump wumpy-interactions minor version and dependencies
1 parent 7e3d873 commit 0fe8559

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

library/wumpy-interactions/pyproject.toml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "wumpy-interactions"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
description = "Support for HTTP interactions with the Discord API"
55
readme = {file = "README.md", content-type="text/markdown"}
66

@@ -15,7 +15,7 @@ keywords = [
1515
"python-3"
1616
]
1717
classifiers = [
18-
"Development Status :: 1 - Planning",
18+
"Development Status :: 2 - Pre-Alpha",
1919
"Framework :: AnyIO",
2020
"Intended Audience :: Developers",
2121
"License :: OSI Approved :: MIT License",
@@ -36,7 +36,13 @@ classifiers = [
3636
"Typing :: Typed",
3737
]
3838

39-
dependencies = ["anyio >= 3.3.4, <4", "pynacl > 1, < 2"]
39+
dependencies = [
40+
"typing_extensions >= 4, <5",
41+
"anyio >= 3.3.4, <4",
42+
"discord-typings >= 0.4.0, <1",
43+
"pynacl >= 1, <2",
44+
"wumpy-models >= 0.1.0, <1"
45+
]
4046

4147
[project.optional-dependencies]
4248
sanic = ["sanic >= 21.3, <22.3"]

0 commit comments

Comments
 (0)