Skip to content

Commit

Permalink
fixed sentry deps
Browse files Browse the repository at this point in the history
  • Loading branch information
asnytin committed Nov 14, 2023
1 parent 7d20f8f commit 98565fb
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 43 deletions.
2 changes: 0 additions & 2 deletions app/dl_control_api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.10, <3.12"
Flask = ">=2.2.5"
blinker = ">=1.5"
raven = ">=6.10.0"
datalens-version = {path = "../../lib/dl_version"}
datalens-sqlalchemy-postgres = {path = "../../lib/dl_sqlalchemy_postgres"}
datalens-utils = {path = "../../lib/dl_utils"}
Expand Down
3 changes: 1 addition & 2 deletions lib/dl_api_commons/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ marshmallow = ">=3.19.0"
multidict = ">=4.0"
opentracing = ">=2.4.0"
python = ">=3.10, <3.12"
raven = ">=6.10.0"
sentry-sdk = ">=1.15.0"
sentry-sdk = {extras = ["flask"], version = ">=1.15.0"}
typing-extensions = ">=4.5.0"
datalens-utils = {path = "../dl_utils"}
datalens-constants = {path = "../dl_constants"}
Expand Down
1 change: 0 additions & 1 deletion lib/dl_api_lib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ marshmallow-oneofschema = ">=3.0.1"
more-itertools = ">=9.1.0"
pandas = ">=1.5.3"
python = ">=3.10, <3.12"
sentry-sdk = ">=1.15.0"
werkzeug = ">=2.2.3"
statcommons = {path = "../statcommons"}
datalens-api-commons = {path = "../dl_api_commons"}
Expand Down
2 changes: 0 additions & 2 deletions lib/dl_core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ python = ">=3.10, <3.12"
python-dateutil = ">=2.8.2"
pytz = ">=2022.7.1"
pyyaml = ">=6.0.1"
raven = ">=6.10.0"
redis = ">=4.5.4"
requests = ">=2.28.2"
shortuuid = ">=1.0.11"
Expand Down Expand Up @@ -98,7 +97,6 @@ module = [
"anyascii.*",
"lz4.*",
"marshmallow_oneofschema.*",
"raven.*",
"types_aiobotocore_s3.*",
"mypy_boto3_s3.*"
]
Expand Down
1 change: 0 additions & 1 deletion lib/dl_file_uploader_api_lib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ marshmallow = ">=3.19.0"
marshmallow-oneofschema = ">=3.0.1"
python = ">=3.10, <3.12"
redis = ">=4.5.4"
sentry-sdk = ">=1.15.0"
datalens-file-uploader-task-interface = {path = "../dl_file_uploader_task_interface"}
datalens-api-commons = {path = "../dl_api_commons"}
datalens-file-uploader-lib = {path = "../dl_file_uploader_lib"}
Expand Down
37 changes: 4 additions & 33 deletions metapkg/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions metapkg/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ marshmallow-oneofschema = "==3.0.1"
pandas = "==1.5.3"
pyopenssl = "==23.2.0"
python-dateutil = "==2.8.2"
raven = "==6.10.0"
requests = "==2.28.2"
tabulate = "==0.9.0"
async-timeout = "==4.0.2"
Expand Down Expand Up @@ -260,7 +259,6 @@ pyodbc = {ignore = true}
pytest = {ignore = true}
pytest-asyncio = {ignore = true}
pyyaml = {ignore = true}
raven = {ignore = true}
responses = {ignore = true}
ruff = {ignore = true}
sentry-sdk = {ignore = true}
Expand Down

0 comments on commit 98565fb

Please sign in to comment.