rapGPT / pyproject.toml
Hugo Jarkoff
Change email address
623e8da
raw
history blame contribute delete
419 Bytes
[project]
name = "rapgpt-hf"
version = "1.0.0"
description = "HF Space demo app for rapGPT"
authors = [
{ name = "Hugo Jarkoff", email = "[email protected]" }
]
dependencies = [
"rapgpt[app] @ git+https://github.com/hugojarkoff/rapGPT",
]
readme = "README.md"
requires-python = ">= 3.10"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.rye]
managed = true
virtual = true