-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
77 lines (73 loc) · 1.75 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
[metadata]
name = cybereason
version = attr: cybereason.__version__
author = Nuno André
author_email = mail@nunoand.re
url = https://github.com/forensic-security/cybereason#readme
description = Async Cybereason API client
long_description = file: readme.md
long_description_content_type = text/markdown
license = BSD-3-Clause
license_file = LICENSE
platform = any
keywords = cybereason, cybersecurity, security, edr
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Intended Audience :: System Administrators
Framework :: AsyncIO
License :: OSI Approved :: BSD License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Security
Typing :: Typed
project_urls =
Source = https://github.com/forensic-security/cybereason
Bug Tracker = https://github.com/forensic-security/cybereason/issues
[options]
zip_safe = False
include_package_data = True
python_requires = >= 3.8
package_dir =
=src
packages = find:
setup_requires =
setuptools >= 40.9.0
wheel >= 0.32
install_requires =
httpx[http2]>=0.22.0
[options.packages.find]
where = src
[options.package_data]
cybereason =
py.typed
[options.extras_require]
zip =
pyzipper
socks =
; socksio==1.*
httpx-socks[asyncio]
dev =
mypy
ruff
pytest
pyyaml
pytest-asyncio==0.21.2
# pytest-dependency
pytest-datafiles
# validators:
jsonschema
fqdn
rfc3339-validator
isoduration
idna
rfc3987
docs =
sphinx
sphinx-rtd-theme