Skip to content

Commit

Permalink
fix extra dependency (#1825)
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Pirker <anton.pirker@sentry.io>
  • Loading branch information
bernardotorres and antonpirker committed Jan 19, 2023
1 parent f6af7a0 commit 504188c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -64,7 +64,7 @@ def get_file_text(file_name):
"starlite": ["starlite>=1.48"],
"fastapi": ["fastapi>=0.79.0"],
"pymongo": ["pymongo>=3.1"],
"opentelemetry": ["opentelemetry-distro>=0.350b0"],
"opentelemetry": ["opentelemetry-distro>=0.35b0"],
},
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 504188c

Please sign in to comment.