fix: add pylance req for local script-based install bump:patch

This commit is contained in:
taprosoft 2025-03-31 15:05:31 +00:00
parent fbc2cd4ce5
commit edec6142bf

View File

@ -51,6 +51,7 @@ dependencies = [
"plotly<6.0.0", "plotly<6.0.0",
"PyMuPDF>=1.23,<=1.24.11", "PyMuPDF>=1.23,<=1.24.11",
"pypdf>=4.2.0,<4.3", "pypdf>=4.2.0,<4.3",
"pylance",
"python-decouple", # for theflow "python-decouple", # for theflow
"python-docx>=1.1.0,<1.2", "python-docx>=1.1.0,<1.2",
"python-dotenv>=1.0.1,<1.1", "python-dotenv>=1.0.1,<1.1",