aboutsummaryrefslogtreecommitdiffstats
path: root/cargo/pyproject.toml
blob: 50864db0b48b9f067be1bb87846ae9e523d6956a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[tool.poetry]
name = "cargo"
version = "0.1.0"
description = ""
authors = ["terminaldweller <thabogre@gmail.com>"]
license = "GPL3.0"

[tool.poetry.dependencies]
python = "^3.8"
huggingface-hub = "^0.6.0"

[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"