Skip to content

Commit

Permalink
Replace CLI dependency appdirs with platformdirs (DataDog#9356)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek authored and daanleenders committed May 19, 2021
1 parent dbe7e36 commit b230013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datadog_checks_dev/datadog_checks/dev/tooling/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
from copy import deepcopy

import toml
from appdirs import user_data_dir
from atomicwrites import atomic_write
from platformdirs import user_data_dir

from ..fs import ensure_parent_dir_exists, file_exists, read_file

Expand Down
2 changes: 1 addition & 1 deletion datadog_checks_dev/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
include_package_data=True,
extras_require={
'cli': [
'appdirs>=1.4.4',
'atomicwrites',
'beautifulsoup4>=4.9.3',
'click~=8.0',
Expand All @@ -81,6 +80,7 @@
'markdown',
'packaging',
'pip-tools',
'platformdirs>=2.0.0a3',
'pyperclip>=1.7.0',
'pysmi>=0.3.4',
'semver',
Expand Down

0 comments on commit b230013

Please sign in to comment.