diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..56356eb --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,13 @@ +[project] +name = "llm-council" +version = "0.1.0" +description = "Your LLM Council" +readme = "README.md" +requires-python = ">=3.10" +dependencies = [ + "fastapi>=0.115.0", + "uvicorn[standard]>=0.32.0", + "python-dotenv>=1.0.0", + "httpx>=0.27.0", + "pydantic>=2.9.0", +] |
