File size: 419 Bytes
402a061
 
 
 
 
623e8da
402a061
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[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