forked from btubbs/sseclient
-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
44 lines (42 loc) · 1.09 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
[metadata]
name = filigran_sseclient
version = attr: filigran_sseclient.__version__
author = Filigran
author_email = [email protected]
maintainer = Filigran
url = https://github.com/FiligranHQ/filigran-sseclient
description = Python API client for OpenCTI.
long_description = file: README.md
long_description_content_type = text/markdown
license = Copyright (c) 2015 Brent Tubbs
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
[options]
python_requires = >=3.7
packages =
filigran_sseclient
include_package_data = True
install_requires =
requests>=2.9
six
[options.extras_require]
dev =
black~=23.1.0
build~=0.8.0
isort~=5.10.1
types-pytz~=2022.2.1.0
pre-commit~=2.20.0
pytest-cases~=3.6.13
pytest-cov~=3.0.0
pytest_randomly~=3.12.0
pytest~=7.1.2
types-python-dateutil~=2.8.19
wheel~=0.37.1
doc =
autoapi~=2.0.1
sphinx-autodoc-typehints~=1.19.2
sphinx-rtd-theme~=1.0.0