-
Notifications
You must be signed in to change notification settings - Fork 149
/
setup.cfg
68 lines (64 loc) · 2.06 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
[metadata]
name = safety
version = file: safety/VERSION
description = Checks installed dependencies for known vulnerabilities and licenses.
long_description = file: README.md, CHANGELOG.md, LICENSE
long_description_content_type = text/markdown
author = safetycli.com
author_email = [email protected]
url = https://github.com/pyupio/safety
project_urls =
Bug Tracker = https://github.com/pyupio/safety/issues
Source = https://github.com/pyupio/safety/
Documentation = https://docs.pyup.io/docs/getting-started-with-safety-cli
keywords = safety, vulnerabilities, dependencies, licenses, check
license = MIT license
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: POSIX :: Linux
Operating System :: MacOS
Operating System :: Microsoft :: Windows
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[options]
zip_safe = False
include_package_data = True
packages = safety, safety.formatters,safety.formatters.schemas, safety.alerts, safety.auth, safety.scan, safety.scan.finder, safety.scan.ecosystems, safety.scan.ecosystems.python, safety.alerts.templates, safety.templates
python_requires = >=3.7
package_dir =
safety = safety
install_requires =
setuptools>=65.5.1
Click>=8.0.2
urllib3>=1.26.5
requests
packaging>=21.0
dparse>=0.6.4
ruamel.yaml>=0.17.21
jinja2>=3.1.0
marshmallow>=3.15.0
Authlib>=1.2.0
rich
typer
pydantic>=1.10.12
safety_schemas>=0.0.8
typing-extensions>=4.7.1
filelock~=3.12.2
psutil~=6.0.0
[options.entry_points]
console_scripts =
safety = safety.cli:cli
[options.extras_require]
github = pygithub>=1.43.3
gitlab = python-gitlab>=1.3.0
spdx = spdx-tools>=0.8.2
[flake8]
exclude = docs