File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 88from structlog .stdlib import filter_by_level
99from structlog .stdlib import add_log_level_number
1010
11+ import ddtrace
1112from ddtrace .helpers import get_correlation_ids
1213
1314
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "python-bufflog" ,
8- version = "0.0.3 " ,
8+ version = "0.0.4 " ,
99 author = "David Gasquez" ,
1010 author_email = "davidgasquez@buffer.com" ,
1111 description = "Python logger for Buffer services" ,
1212 long_description = long_description ,
1313 long_description_content_type = "text/markdown" ,
1414 url = "https://github.com/bufferapp/python-bufflog" ,
15- install_requires = ["structlog" ],
15+ install_requires = ["structlog" , "ddtrace" ],
1616 packages = setuptools .find_packages (),
1717)
You can’t perform that action at this time.
0 commit comments