Commit 36c858c5 authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

add tomli

parent aa62f5ef
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ build:
    python: "3.12"
  jobs:
    post_create_environment:
      - pip install altair sphinx-rtd-theme==3.0.0rc3
      - pip install altair sphinx-rtd-theme==3.0.0rc3 tomli
      - pip install .

sphinx:
+95 −96

File changed.

Preview size limit exceeded, changes collapsed.

+1 −0
Original line number Diff line number Diff line
@@ -88,6 +88,7 @@ copier=">=9.3"
sphinx = "*"
sphinx-rtd-theme = "*"
sphinxcontrib-napoleon ="*"
tomli = "^2.0.2"

[tool.poetry.scripts]
app = "mvvm_lib:main"