File tree Expand file tree Collapse file tree 2 files changed +17
-17
lines changed
Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 1- attrs == 21.4 .0
1+ attrs == 22.1 .0
22beautifulsoup4 == 4.11.1
3- certifi == 2022.5.18.1
4- charset-normalizer == 2.0.12
5- click == 8.0.4
6- colorama == 0.4.4
3+ certifi == 2022.6.15
4+ charset-normalizer == 2.1.0
5+ click == 8.1.3
6+ colorama == 0.4.5
77commoncode == 30.2.0
88dparse2 == 0.6.1
99idna == 3.3
10- importlib-metadata == 4.8.3
10+ importlib-metadata == 4.12.0
1111intbitset == 3.0.1
12- packageurl-python == 0.9.9
12+ packageurl-python == 0.10.0
1313packaging == 21.3
1414pip-requirements-parser == 31.2.0
1515pkginfo2 == 30.0.0
1616pyparsing == 3.0.9
1717PyYAML == 6.0
18- requests == 2.27 .1
18+ requests == 2.28 .1
1919resolvelib == 0.8.1
2020saneyaml == 0.5.2
2121soupsieve == 2.3.2.post1
2222text-unidecode == 1.3
23+ tinynetrc == 1.3.1
2324toml == 0.10.2
24- typing == 3.6.6
25- typing_extensions == 4.1.1
26- urllib3 == 1.26.9
27- zipp == 3.6.0
25+ urllib3 == 1.26.11
26+ zipp == 3.8.1
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = python-inspector
33license = Apache-2.0
44
55# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
6- description = python-inspector
6+ description = python-inspector is is a collection of utilities to collect PyPI package metadata and resolve packages dependencies.
77long_description = file:README.rst
88long_description_content_type = text/x-rst
99url = https://github.com/nexB/python-inspector
@@ -12,7 +12,7 @@ author = nexB. Inc. and others
1212author_email = info@aboutcode.org
1313
1414classifiers =
15- Development Status :: 5 - Production/Stable
15+ Development Status :: 4 - Beta
1616 Intended Audience :: Developers
1717 Programming Language :: Python :: 3
1818 Programming Language :: Python :: 3 :: Only
@@ -59,14 +59,14 @@ install_requires =
5959 colorama >= 0.3.9
6060 commoncode >= 30.0.0
6161 dparse2 >= 0.6.1
62- importlib_metadata
62+ importlib_metadata >= 4.12.0
6363 packageurl_python >= 0.9.0
6464 pkginfo2 >= 30.0.0
6565 pip-requirements-parser >= 31.2.0
6666 requests >= 2.18.0
67- resolvelib
67+ resolvelib >= 0.8.1
6868 saneyaml >= 0.5.2
69- tinynetrc
69+ tinynetrc >= 1.3.1
7070 toml >= 0.10.0
7171
7272[options.packages.find]
@@ -75,6 +75,7 @@ where = src
7575[options.entry_points]
7676console_scripts =
7777 dad = python_inspector.resolve_cli:resolve_dependencies
78+ python-inspector = python_inspector.resolve_cli:resolve_dependencies
7879
7980[options.extras_require]
8081testing =
You can’t perform that action at this time.
0 commit comments