Skip to content

Commit ec571f6

Browse files
authored
chore(deps): nuke decorator dependency (#651)
Either this is unused and we can avoid it as unnecessary or it's somehow used by magic and I'm about to learn something.
1 parent 8bb75df commit ec571f6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

setup.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ def get_readme_md_contents():
3030
'configparser<5;python_version<"3.0"',
3131
]
3232

33-
if sys.version_info < (3, 0):
34-
install_reqs.insert(0, "decorator<5.0.0")
35-
else:
36-
install_reqs.append("decorator>=3.3.2")
37-
3833
setup(
3934
name="datadog",
4035
version=version["__version__"],

0 commit comments

Comments
 (0)