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 0e35e28 commit d9a0fabCopy full SHA for d9a0fab
1 file changed
pyproject.toml
@@ -84,13 +84,15 @@ multiprocess = "^0.70.18"
84
uvloop = { version = "0.22.1", markers = "sys_platform != 'win32' and (sys_platform != 'cygwin' and platform_python_implementation != 'PyPy')" }
85
jinja2 = { version = "^3.1.6", optional = true }
86
pydantic = { version = "^2.0.0", optional = true }
87
+robyn-config = { version = "^1.0.0", optional = true }
88
rustimport = "^1.3.4"
89
orjson = "^3.11.5"
90
91
[tool.poetry.extras]
92
templating = ["jinja2"]
93
pydantic = ["pydantic"]
-all = ["jinja2", "pydantic"]
94
+robyn-config = ["robyn-config"]
95
+all = ["jinja2", "pydantic", "robyn-config"]
96
97
[tool.poetry.group.dev]
98
optional = true
0 commit comments