@@ -3,19 +3,16 @@ requires = ["setuptools>=64"]
33build-backend = " setuptools.build_meta"
44
55[project ]
6- name = " python-fasthtml"
6+ name = " python-fasthtml"
77dynamic = [" version" ]
88description = " The fastest way to create an HTML app"
99readme = " README.md"
10- requires-python = " >=3.10"
10+ requires-python = " >=3.10"
1111license = {text = " Apache-2.0" }
1212authors = [{
name =
" Jeremy Howard and contributors" ,
email =
" [email protected] " }]
1313keywords = [' nbdev' , ' jupyter' , ' notebook' , ' python' ]
14- classifiers = [
15- " Programming Language :: Python :: 3" ,
16- " Programming Language :: Python :: 3 :: Only" ,
17- ]
18- dependencies = [" fastcore>=1.10.0" ," python-dateutil" ," starlette>0.33" ," oauthlib" ," itsdangerous" ," uvicorn[standard]>=0.30" ," httpx" ," fastlite>=0.1.1" ," python-multipart" ," beautifulsoup4" ]
14+ classifiers = [" Natural Language :: English" , " Intended Audience :: Developers" , " Development Status :: 3 - Alpha" , " Programming Language :: Python :: 3" , " Programming Language :: Python :: 3 :: Only" ]
15+ dependencies = [' fastcore>=1.10.0' , ' python-dateutil' , ' starlette>0.33' , ' oauthlib' , ' itsdangerous' , ' uvicorn[standard]>=0.30' , ' httpx' , ' fastlite>=0.1.1' , ' python-multipart' , ' beautifulsoup4' ]
1916
2017[project .urls ]
2118Repository = " https://github.com/AnswerDotAI/fasthtml"
@@ -24,17 +21,20 @@ Documentation = "https://www.fastht.ml/docs/"
2421[project .entry-points .nbdev ]
2522fasthtml = " fasthtml._modidx:d"
2623
24+ [project .optional-dependencies ]
25+ dev = [' ipython' , ' lxml' , ' pysymbol_llm' , ' monsterui' , ' PyJWT' ]
26+
27+
2728[project .scripts ]
2829fh_railway_link = " fasthtml.cli:railway_link"
30+ fh_railway_deploy = " fasthtml.cli:railway_deploy"
31+
2932[tool .setuptools .dynamic ]
3033version = {attr = " fasthtml.__version__" }
3134
3235[tool .setuptools .packages .find ]
3336include = [" fasthtml" ]
3437
35- [project .optional-dependencies ]
36- dev = [" ipython" ," lxml" ," pysymbol_llm" ," monsterui" ," PyJWT" ]
37-
3838[tool .nbdev ]
3939jupyter_hooks = true
4040custom_sidebar = false
0 commit comments