aboutsummaryrefslogtreecommitdiffstats
path: root/runpod/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'runpod/pyproject.toml')
-rw-r--r--runpod/pyproject.toml25
1 files changed, 0 insertions, 25 deletions
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 <devi@terminaldweller.com>"]
-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"