Skip to content

Commit

Permalink
Bump wumpy-cache 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 0fe8559 commit 787aa4f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions library/wumpy-cache/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"}

Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 787aa4f

Please sign in to comment.