Skip to content

Commit

Permalink
HH-212530 add sentry to extras
Browse files Browse the repository at this point in the history
  • Loading branch information
a-pertsev committed Apr 4, 2024
1 parent 8a67c1c commit 8a3efb0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion poetry.lock

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

5 changes: 4 additions & 1 deletion pyproject.toml
Expand Up @@ -31,6 +31,7 @@ opentelemetry-instrumentation-tornado = '0.38b0'
opentelemetry-instrumentation-aiohttp-client = '0.38b0'
fastapi = '0.105.0'
aiokafka = '0.8.1'
sentry-sdk = '1.26.0'

[tool.poetry.group.test.dependencies]
pytest = '>=7.2.0'
Expand All @@ -41,13 +42,15 @@ types-requests = '2.31.0.8'
tox = '4.6.4'
lxml-asserts = '0.1.2'
tornado-httpclient-mock = '0.2.3'
sentry-sdk = '1.26.0'
aioresponses = '0.7.4'
mypy = '1.8.0'
ruff = '0.3.2'
exceptiongroup = '1.2.0'
tomli = '2.0.1'

[tool.poetry.extras]
sentry = ["sentry-sdk"]

[tool.pytest.ini_options]
addopts = '''
--tb native
Expand Down

0 comments on commit 8a3efb0

Please sign in to comment.