aboutsummaryrefslogtreecommitdiffstats
path: root/runpod/pyproject.toml
blob: e1e531be4560749b01d5c583b2fe2cbaf2dcd170 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[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"