فهرست منبع

make libsass optional

Rodja Trappe 1 سال پیش
والد
کامیت
2e49bedbac
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 2 2
      poetry.lock
  2. 1 1
      pyproject.toml

+ 2 - 2
poetry.lock

@@ -1184,7 +1184,7 @@ files = [
 name = "libsass"
 name = "libsass"
 version = "0.23.0"
 version = "0.23.0"
 description = "Sass for Python: A straightforward binding of libsass for Python."
 description = "Sass for Python: A straightforward binding of libsass for Python."
-optional = false
+optional = true
 python-versions = ">=3.8"
 python-versions = ">=3.8"
 files = [
 files = [
     {file = "libsass-0.23.0-cp38-abi3-macosx_11_0_x86_64.whl", hash = "sha256:34cae047cbbfc4ffa832a61cbb110f3c95f5471c6170c842d3fed161e40814dc"},
     {file = "libsass-0.23.0-cp38-abi3-macosx_11_0_x86_64.whl", hash = "sha256:34cae047cbbfc4ffa832a61cbb110f3c95f5471c6170c842d3fed161e40814dc"},
@@ -3248,4 +3248,4 @@ sass = ["libsass"]
 [metadata]
 [metadata]
 lock-version = "2.0"
 lock-version = "2.0"
 python-versions = "^3.8"
 python-versions = "^3.8"
-content-hash = "741c92f46cfe1e3532394eb59ec55e8b3e1ba22b59be98e3a8b85740d2d1db7c"
+content-hash = "c4016dbe5dd4e0f33395dc6b59e0b7d394728397d90f6b0b3d074299d0bcfa14"

+ 1 - 1
pyproject.toml

@@ -30,7 +30,7 @@ httpx = ">=0.24.0"
 nicegui-highcharts = { version = "^1.0.1", optional = true }
 nicegui-highcharts = { version = "^1.0.1", optional = true }
 ifaddr = ">=0.2.0"
 ifaddr = ">=0.2.0"
 aiohttp = ">=3.9.2" # https://github.com/zauberzeug/nicegui/security/dependabot/25 and 26
 aiohttp = ">=3.9.2" # https://github.com/zauberzeug/nicegui/security/dependabot/25 and 26
-libsass = ">=0.23.0"
+libsass = { version = "^0.23.0", optional = true }
 docutils = "^0.19"
 docutils = "^0.19"
 
 
 [tool.poetry.extras]
 [tool.poetry.extras]