diff --git a/library/wumpy-cache/pyproject.toml b/library/wumpy-cache/pyproject.toml index 379d50d..8d3dd7a 100644 --- a/library/wumpy-cache/pyproject.toml +++ b/library/wumpy-cache/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "wumpy-cache" -version = "0.0.1" +version = "0.1.0" description = "Simple and plain caching for Discord API libraries." readme = {file = "README.md", content-type="text/markdown"} @@ -36,7 +36,12 @@ classifiers = [ "Typing :: Typed", ] -dependencies = ["anyio >= 3.3.4, <4"] +dependencies = [ + "anyio >= 3.3.4, <4", + "typing_extensions >= 4, <5", + "discord-typings >= 0.4.0, <1", + "wumpy-models >= 0.1.0, <1" +] [project.urls] Homepage = "https://github.com/wumpyproject/wumpy"