Skip to content

Commit e957546

Browse files
committed
[DOP-22120] Add missing file dependencies to onETL
1 parent b59441f commit e957546

File tree

2 files changed

+40
-40
lines changed

2 files changed

+40
-40
lines changed

poetry.lock

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ pyjwt = { version = "^2.10.1", optional = true }
5959
jinja2 = { version = "^3.1.4", optional = true }
6060
python-multipart = { version = ">=0.0.9,<0.0.21", optional = true }
6161
celery = { version = "^5.4.0", optional = true }
62-
onetl = { version = "^0.13.0", extras = ["all"] }
62+
onetl = { version = "^0.13.0", extras = ["all"], optional = true }
6363
pyyaml = { version = "*", optional = true }
6464
# due to not supporting MacOS 14.x https://www.psycopg.org/psycopg3/docs/news.html#psycopg-3-1-20
6565
psycopg = { version = ">=3.1.0,<3.2.6", extras = ["binary"], optional = true }
66-
uuid6 = "^2024.7.10"
66+
uuid6 = {version = "^2024.7.10", optional = true}
6767
coloredlogs = {version = "*", optional = true}
6868
python-json-logger = {version = "*", optional = true}
6969
asyncpg = { version = ">=0.29,<0.31", optional = true }

0 commit comments

Comments
 (0)