From c28089ae478388d28e375113a8f84b0924fbce2e Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sun, 26 Nov 2023 22:40:36 +0100 Subject: First step of the migration --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 6049b513..c32e6e86 100755 --- a/setup.py +++ b/setup.py @@ -46,6 +46,8 @@ def get_install_requires(): if sys.platform.startswith('win'): requires.append('fastapi') requires.append('uvicorn') + requires.append('orjson') + requires.append('jinja2') requires.append('requests') return requires @@ -68,7 +70,7 @@ def get_install_extras_require(): 'smart': ['pySMART.smartx'], 'snmp': ['pysnmp'], 'sparklines': ['sparklines'], - 'web': ['fastapi', 'uvicorn', 'requests'], + 'web': ['fastapi', 'uvicorn', 'jinja2', 'orjson', 'requests'], 'wifi': ['wifi'] } if sys.platform.startswith('linux'): -- cgit v1.2.3