We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b39be2 commit 0a92048Copy full SHA for 0a92048
pyproject.toml
@@ -16,7 +16,6 @@ dependencies = [
16
"distro>=1.7.0, <2",
17
"sniffio",
18
"cached-property; python_version < '3.8'",
19
-
20
]
21
requires-python = ">= 3.7"
22
classifiers = [
@@ -37,8 +36,6 @@ classifiers = [
37
36
"License :: OSI Approved :: Apache Software License"
38
39
40
41
42
[project.urls]
43
Homepage = "https://https://www.promptfoundry.ai"
44
Repository = "https://github.com/prompt-foundry/python-sdk"
@@ -61,7 +58,6 @@ dev-dependencies = [
61
58
"dirty-equals>=0.6.0",
62
59
"importlib-metadata>=6.7.0",
63
60
"rich>=13.7.1",
64
65
66
67
[tool.rye.scripts]
0 commit comments