File tree Expand file tree Collapse file tree
library/wumpy-interactions Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[project ]
22name = " wumpy-interactions"
3- version = " 0.0.1 "
3+ version = " 0.1.0 "
44description = " Support for HTTP interactions with the Discord API"
55readme = {file = " README.md" , content-type =" text/markdown" }
66
@@ -15,7 +15,7 @@ keywords = [
1515 " python-3"
1616]
1717classifiers = [
18- " Development Status :: 1 - Planning " ,
18+ " Development Status :: 2 - Pre-Alpha " ,
1919 " Framework :: AnyIO" ,
2020 " Intended Audience :: Developers" ,
2121 " License :: OSI Approved :: MIT License" ,
@@ -36,7 +36,13 @@ classifiers = [
3636 " Typing :: Typed" ,
3737]
3838
39- dependencies = [" anyio >= 3.3.4, <4" , " pynacl > 1, < 2" ]
39+ dependencies = [
40+ " typing_extensions >= 4, <5" ,
41+ " anyio >= 3.3.4, <4" ,
42+ " discord-typings >= 0.4.0, <1" ,
43+ " pynacl >= 1, <2" ,
44+ " wumpy-models >= 0.1.0, <1"
45+ ]
4046
4147[project .optional-dependencies ]
4248sanic = [" sanic >= 21.3, <22.3" ]
You can’t perform that action at this time.
0 commit comments