diff --git a/pyproject.toml b/pyproject.toml index 6241c742..d41cc517 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,30 +11,30 @@ packages = [ include = ["gptme/server/static/**/*", "media/logo.png"] -[project] -name = "gptme" -dependencies = [ - "python = \"^3.10\"", - "click = \"^8.0\"", - "python-dotenv = \"^1.0.0\"", - "rich = \"^13.5.2\"", - "tabulate = \"*\"", - "pick = \"^2.2.0\"", - "tiktoken = \">=0.7\"", - "tomlkit = \"*\"", - "typing-extensions = \"*\"", - "platformdirs = \"^4.3\"", - "lxml = \"*\"", - "ipython = \"^8.17.2\"", - "bashlex = \"^0.18\"", -] - -[project.scripts] -gptme = "gptme.cli:main" -gptme-server = "gptme.server.cli:main" -gptme-eval = "gptme.eval.main:main" -gptme-util = "gptme.util.cli:main" -gptme-nc = "gptme.ncurses:main" +#[project] +#name = "gptme" +#dependencies = [ +# "python = \"^3.10\"", +# "click = \"^8.0\"", +# "python-dotenv = \"^1.0.0\"", +# "rich = \"^13.5.2\"", +# "tabulate = \"*\"", +# "pick = \"^2.2.0\"", +# "tiktoken = \">=0.7\"", +# "tomlkit = \"*\"", +# "typing-extensions = \"*\"", +# "platformdirs = \"^4.3\"", +# "lxml = \"*\"", +# "ipython = \"^8.17.2\"", +# "bashlex = \"^0.18\"", +#] +# +#[project.scripts] +#gptme = "gptme.cli:main" +#gptme-server = "gptme.server.cli:main" +#gptme-eval = "gptme.eval.main:main" +#gptme-util = "gptme.util.cli:main" +#gptme-nc = "gptme.ncurses:main" [tool.poetry.scripts] gptme = "gptme.cli:main"