Skip to content

Commit 787aa4f

Browse files
committed
Bump wumpy-cache minor version and dependencies
1 parent 0fe8559 commit 787aa4f

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

library/wumpy-cache/pyproject.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "wumpy-cache"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
description = "Simple and plain caching for Discord API libraries."
55
readme = {file = "README.md", content-type="text/markdown"}
66

@@ -36,7 +36,12 @@ classifiers = [
3636
"Typing :: Typed",
3737
]
3838

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

4146
[project.urls]
4247
Homepage = "https://github.com/wumpyproject/wumpy"

0 commit comments

Comments
 (0)