From 165f49620cec0272952f3bc03001a5dbabd6b2ef Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Mon, 3 Jun 2024 11:09:18 -0400 Subject: some cleanup --- runpod/pyproject.toml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 runpod/pyproject.toml (limited to 'runpod/pyproject.toml') diff --git a/runpod/pyproject.toml b/runpod/pyproject.toml deleted file mode 100644 index e1e531b..0000000 --- a/runpod/pyproject.toml +++ /dev/null @@ -1,25 +0,0 @@ -[tool.poetry] -name = "ollama-runpod" -version = "0.1.0" -description = "" -authors = ["terminaldweller "] -license = "GPL-3.0" -readme = "README.md" - -[tool.poetry.dependencies] -python = "^3.10" -runpod = "^1.6.0" -requests = "^2.31.0" - -[tool.poetry.group.dev.dependencies] -black = "^24.1.1" -ruff = "^0.2.0" -mypy = "^1.8.0" -pylint = "^3.0.3" -bandit = "^1.7.7" -openai = "^1.11.1" -types-requests = "^2.31.0.20240125" - -[build-system] -requires = ["poetry-core"] -build-backend = "poetry.core.masonry.api" -- cgit v1.2.3