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 1d43447 commit 49ae77eCopy full SHA for 49ae77e
pyproject.toml
@@ -21,14 +21,14 @@ classifiers = [
21
"Programming Language :: Python :: 3.11",
22
"Programming Language :: Python :: 3.12",
23
]
24
-dependencies = [
25
- "python-dotenv>=1.0.0,<2.0.0",
26
- "build (>=1.2.2.post1,<2.0.0)",
27
- "twine (>=6.1.0,<7.0.0)",
28
-]
+dependencies = []
29
requires-python = "<4.0,>=3.10"
30
31
[project.optional-dependencies]
+dev = [
+ "build>=1.2.2.post1,<2.0.0",
+ "twine>=6.1.0,<7.0.0",
+]
32
openai = [
33
"openai-agents (>=0.0.9,<0.0.10)",
34
@@ -54,5 +54,4 @@ mcphub = "mcphub.cli.commands:main"
54
55
[tool.poetry.group.dev.dependencies]
56
pytest = "^8.3.5"
57
-pytest-asyncio = "^0.26.0"
58
-
+pytest-asyncio = "^0.26.0"
0 commit comments