@@ -43,8 +43,6 @@ dependencies = [
4343 " rich>=13.0.0" ,
4444 " rich-click" ,
4545 " multipart>=1.2.0" ,
46- # default litestar plugins
47- " litestar-htmx>=0.4.0" ,
4846]
4947description = " Litestar - A production-ready, highly performant, extensible ASGI API Framework"
5048keywords = [" api" , " rest" , " asgi" , " litestar" , " starlite" ]
@@ -82,8 +80,8 @@ brotli = ["brotli"]
8280cli = [" jsbeautifier" , " uvicorn[standard]" , " uvloop>=0.18.0; sys_platform != 'win32'" ]
8381cryptography = [" cryptography" ]
8482full = [
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\" " ,
8785]
8886jinja = [" jinja2>=3.1.2" ]
8987jwt = [" cryptography" , " pyjwt>=2.9.0" ]
@@ -110,6 +108,7 @@ standard = [
110108structlog = [" structlog" ]
111109valkey = [" valkey[libvalkey]>=6.0.2" ]
112110polyfactory = [" polyfactory>=2.6.3" ]
111+ htmx = [" litestar-htmx>=0.4.0" ]
113112
114113[project .scripts ]
115114litestar = " litestar.__main__:run_cli"
0 commit comments