Skip to content

Commit

Permalink
Fix HTTPX optional dependency name
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluenix2 committed Mar 5, 2022
1 parent c4035e8 commit ff40cb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/wumpy-rest/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "wumpy-rest"
version = "0.1.0"
version = "0.1.1"
description = "Reusable and richly typed wrapper over the Discord REST API"
readme = {file = "README.md", content-type="text/markdown"}

Expand Down Expand Up @@ -39,7 +39,7 @@ classifiers = [

dependencies = [
"anyio >= 3.3.4, <4",
"httpx[h2] >= 0.22, < 1",
"httpx[http2] >= 0.22, < 1",
"discord-typings >= 0.2.2, < 2"
]

Expand Down

0 comments on commit ff40cb2

Please sign in to comment.