File size: 785 Bytes
57b35b1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "fasthtml-hf"
version = "0.1.4"
description = "Huggingface deployment for FastHTML"
readme = "README.md"
license = { file = "LICENSE" }
authors = [
    { name = "Jeremy Howard", email = "[email protected]" },
    { name = "Freddy Boulton", email = "[email protected]" }
]
requires-python = ">=3.7, <4"
dependencies = [ "fastcore", "huggingface-hub" ]
classifiers = [
    "Development Status :: 3 - Alpha",
    "Intended Audience :: Developers",
    "License :: OSI Approved :: Apache Software License"
]

[project.urls]
"Homepage" = "https://github.com/AnswerDotAI/fasthtml-hf"

[project.entry-points.console_scripts]
fh_hf_deploy = "fasthtml_hf:deploy"