-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathsetup.cfg
62 lines (56 loc) · 1.58 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Unless explicitly stated otherwise all files in this repository are licensed
# under the 3-clause BSD style license (see LICENSE).
# This product includes software developed at Datadog (https://www.datadoghq.com/).
# Copyright 2019 Datadog, Inc.
[metadata]
name = datadog-sync-cli
description = Datadog cli tool to sync resources across organizations.
long_description = file: README.md
long_description_content_type = text/markdown
keywords =
datadog-sync
author = Datadog
author_email = [email protected]
url = https://github.com/DataDog/datadog-sync-cli
license = BSD 3-clause
platforms = any
classifiers=
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python :: 3.9
project_urls =
Bug Tracker = https://github.com/DataDog/datadog-sync-cli/issues
Source Code = https://github.com/DataDog/datadog-sync-cli
[options]
packages = find:
include_package_data = True
python_requires = >=3.9
install_requires =
boto3==1.35.91
click==8.1.7
configobj==5.0.8
deepdiff==6.7.1
aiohttp==3.9.5
tqdm==4.66.2
certifi>=2022.12.7
python-dateutil
setup_requires =
setuptools>=67.6.0
setuptools_scm
[options.entry_points]
console_scripts =
datadog-sync=datadog_sync.cli:cli
[options.extras_require]
tests =
ddtrace==2.8.0
black==24.3.0
pytest==8.1.1
pytest-black
pytest-console-scripts
pytest-recording
vcrpy@git+https://github.com/skarimo/vcrpy.git
freezegun==1.5.0
[mypy]
ignore_missing_imports = true