Skip to content

Commit c5b0767

Browse files
committed
try conditional whenever install (temporary)
1 parent bda9765 commit c5b0767

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ dist
2323

2424
# ASDF tool versions files
2525
.tool-versions
26+
27+
# Pyodide build artifacts
28+
.pyodide-xbuildenv

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ serpyco = {version = "^1.3.0", markers = "sys_platform == 'emscripten'"}
8888
sqlalchemy = {version = "^2.0,!=2.0.36", optional = true }
8989
xmltodict = ">=0.13,<0.15"
9090
anyascii = "^0.3.2"
91-
whenever = "^0.6.16"
91+
whenever = { version = "^0.6.16", markers = "sys_platform != 'emscripten'"} # TODO: Find a way to actually bundle the pure-python version
9292
setuptools = "^80.9.0" # Some connectors depend on this as an undeclared transitive dependency (e.g. source-shopify)
9393
unidecode = "^1.3.8" # IMPORTANT: DO NOT USE. Added to support source-google-sheets migration. This dep is deprecated in favour of `anyascii` and is slated for removal.
9494
dateparser = "^1.2.2"

0 commit comments

Comments
 (0)