Skip to content

Commit 05eb464

Browse files
committed
Set version requirements on gateway dependencies
1 parent 6a27d49 commit 05eb464

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

library/wumpy-gateway/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ classifiers = [
3131
"Typing :: Typed",
3232
]
3333

34-
dependencies = ["discord-gateway", "anyio"]
34+
dependencies = ["discord-gateway >=0.2.0, <3", "anyio >= 3.3.4, <4"]
3535

3636
[project.urls]
3737
homepage = "https://github.com/Bluenix2/wumpy"
3838
repository = "https://github.com/Bluenix2/wumpy/main/library/wumpy-gateway"
3939
documentation = "https://wumpy.rtfd.io"
4040

4141
[build-system]
42-
requires = ["flit_core >=3.5<4"]
42+
requires = ["flit_core >=3.5, <4"]
4343
build-backend = "flit_core.buildapi"
4444

4545
[tool.flit.module]

0 commit comments

Comments
 (0)