mirror of https://github.com/ZHKKKe/MODNet.git
16 lines
291 B
TOML
16 lines
291 B
TOML
[tool.poetry]
|
|
name = "modnet"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Zhanghan Ke <kezhanghan@outlook.com>"]
|
|
license = "Apache 2.0"
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|