We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
wumpy-cache
1 parent 0fe8559 commit 787aa4fCopy full SHA for 787aa4f
1 file changed
library/wumpy-cache/pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "wumpy-cache"
3
-version = "0.0.1"
+version = "0.1.0"
4
description = "Simple and plain caching for Discord API libraries."
5
readme = {file = "README.md", content-type="text/markdown"}
6
@@ -36,7 +36,12 @@ classifiers = [
36
"Typing :: Typed",
37
]
38
39
-dependencies = ["anyio >= 3.3.4, <4"]
+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
+]
45
46
[project.urls]
47
Homepage = "https://github.com/wumpyproject/wumpy"
0 commit comments