[project] name = "rapgpt-hf" version = "1.0.0" description = "HF Space demo app for rapGPT" authors = [ { name = "Hugo Jarkoff", email = "hugo.jarkoff@gmail.com" } ] 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