@@ -43,8 +43,6 @@ dependencies = [
43
43
" rich>=13.0.0" ,
44
44
" rich-click" ,
45
45
" multipart>=1.2.0" ,
46
- # default litestar plugins
47
- " litestar-htmx>=0.4.0" ,
48
46
]
49
47
description = " Litestar - A production-ready, highly performant, extensible ASGI API Framework"
50
48
keywords = [" api" , " rest" , " asgi" , " litestar" , " starlite" ]
@@ -82,8 +80,8 @@ brotli = ["brotli"]
82
80
cli = [" jsbeautifier" , " uvicorn[standard]" , " uvloop>=0.18.0; sys_platform != 'win32'" ]
83
81
cryptography = [" cryptography" ]
84
82
full = [
85
- " litestar[annotated-types,attrs,brotli,cli,cryptography,jinja,jwt,mako,minijinja,opentelemetry,piccolo,polyfactory,picologging,prometheus,pydantic,redis,sqlalchemy,standard,structlog,valkey]; python_version < \" 3.13\" " ,
86
- " litestar[annotated-types,attrs,brotli,cli,cryptography,jinja,jwt,mako,minijinja,opentelemetry,piccolo,polyfactory,prometheus,pydantic,redis,sqlalchemy,standard,structlog,valkey]; python_version >= \" 3.13\" " ,
83
+ " litestar[annotated-types,attrs,brotli,cli,cryptography,jinja,jwt,mako,minijinja,opentelemetry,piccolo,polyfactory,picologging,prometheus,pydantic,redis,sqlalchemy,standard,structlog,valkey,htmx ]; python_version < \" 3.13\" " ,
84
+ " litestar[annotated-types,attrs,brotli,cli,cryptography,jinja,jwt,mako,minijinja,opentelemetry,piccolo,polyfactory,prometheus,pydantic,redis,sqlalchemy,standard,structlog,valkey,htmx ]; python_version >= \" 3.13\" " ,
87
85
]
88
86
jinja = [" jinja2>=3.1.2" ]
89
87
jwt = [" cryptography" , " pyjwt>=2.9.0" ]
@@ -110,6 +108,7 @@ standard = [
110
108
structlog = [" structlog" ]
111
109
valkey = [" valkey[libvalkey]>=6.0.2" ]
112
110
polyfactory = [" polyfactory>=2.6.3" ]
111
+ htmx = [" litestar-htmx>=0.4.0" ]
113
112
114
113
[project .scripts ]
115
114
litestar = " litestar.__main__:run_cli"
0 commit comments