Skip to content

Commit

Permalink
Bump wumpy-bot 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 7f3ba5d commit 25cb8a9
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions library/wumpy-bot/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "wumpy-bot"
version = "0.0.1"
version = "0.1.0"
description = "Highly abstracted and easy to use wrapper over the Wumpy project"
readme = {file = "README.md", content-type="text/markdown"}

Expand All @@ -15,7 +15,7 @@ keywords = [
"python-3"
]
classifiers = [
"Development Status :: 1 - Planning",
"Development Status :: 2 - Pre-Alpha",
"Framework :: AnyIO",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
Expand All @@ -36,7 +36,15 @@ classifiers = [
"Typing :: Typed",
]

# TODO: dependencies
dependencies = [
"anyio >= 3.3.4, <4",
"typing_extensions >= 4.3, <5",
"wumpy-gateway >= 0.3, <1",
"wumpy-rest >= 0.3, <1",
"wumpy-models >= 0.1, <1",
"wumpy-interactions >= 0.1, <1",
"wumpy-cache >= 0.1, <1"
]

[project.urls]
Homepage = "https://github.com/wumpyproject/wumpy"
Expand Down

0 comments on commit 25cb8a9

Please sign in to comment.