We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f8070 commit da2343eCopy full SHA for da2343e
pyproject.toml
@@ -7,16 +7,18 @@ license = "Apache-2.0"
7
authors = [
8
{ name = "Julep", email = "[email protected]" },
9
]
10
+
11
dependencies = [
- "httpx>=0.23.0, <1",
12
- "pydantic>=1.9.0, <3",
13
- "typing-extensions>=4.10, <5",
14
- "anyio>=3.5.0, <5",
15
- "distro>=1.7.0, <2",
16
- "sniffio",
+ "httpx>=0.23.0, <1",
+ "pydantic>=1.9.0, <3",
+ "typing-extensions>=4.10, <5",
+ "anyio>=3.5.0, <5",
+ "distro>=1.7.0, <2",
17
+ "sniffio",
18
"ruamel.yaml>=0.18.6, <0.19",
19
"python-dotenv>=1.0, <1.1",
20
21
22
requires-python = ">= 3.9"
23
classifiers = [
24
"Typing :: Typed",
0 commit comments