Skip to content

Commit

Permalink
fix: removed requirements-parser as dependency (temp) as not availabl…
Browse files Browse the repository at this point in the history
…e for Python 3 as Wheel (#98)

Signed-off-by: Paul Horton <phorton@sonatype.com>
  • Loading branch information
madpah committed Dec 15, 2021
1 parent 54b9f74 commit 3677d9f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
14 changes: 1 addition & 13 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ keywords = [
# ATTENTION: keep `requirements.lowest.txt` file in sync
python = "^3.6"
packageurl-python = ">= 0.9"
requirements_parser = ">= 0.2"
setuptools = ">= 47.0.0"
importlib-metadata = { version = ">= 3.4", python = "< 3.8" }
toml = "^0.10.0"
Expand Down
1 change: 0 additions & 1 deletion requirements.lowest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# see pyptoject file for ranges

packageurl-python == 0.9.0
requirements_parser == 0.2.0
setuptools == 47.0.0
importlib-metadata == 3.4.0 # ; python_version < '3.8'
toml == 0.10.0
Expand Down

0 comments on commit 3677d9f

Please sign in to comment.