We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 040e953 commit 1ba5139Copy full SHA for 1ba5139
setup.py
@@ -15,7 +15,7 @@
15
author="Blackfire.io",
16
packages=['blackfire_conprof', 'blackfire_conprof.bootstrap'],
17
author_email="[email protected]",
18
- install_requires=["ddtrace==3.2.1"],
+ install_requires=["ddtrace==2.9.1"],
19
description="Blackfire Continuous Profiler",
20
long_description=long_description,
21
long_description_content_type="text/markdown",
@@ -33,6 +33,5 @@
33
"Programming Language :: Python :: 3.10",
34
"Programming Language :: Python :: 3.11",
35
"Programming Language :: Python :: 3.12",
36
- "Programming Language :: Python :: 3.13",
37
],
38
)
0 commit comments