Skip to content

Commit 3677d9f

Browse files
authored
fix: removed requirements-parser as dependency (temp) as not available for Python 3 as Wheel (#98)
Signed-off-by: Paul Horton <[email protected]>
1 parent 54b9f74 commit 3677d9f

File tree

3 files changed

+1
-15
lines changed

3 files changed

+1
-15
lines changed

poetry.lock

+1-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ keywords = [
4444
# ATTENTION: keep `requirements.lowest.txt` file in sync
4545
python = "^3.6"
4646
packageurl-python = ">= 0.9"
47-
requirements_parser = ">= 0.2"
4847
setuptools = ">= 47.0.0"
4948
importlib-metadata = { version = ">= 3.4", python = "< 3.8" }
5049
toml = "^0.10.0"

requirements.lowest.txt

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# see pyptoject file for ranges
33

44
packageurl-python == 0.9.0
5-
requirements_parser == 0.2.0
65
setuptools == 47.0.0
76
importlib-metadata == 3.4.0 # ; python_version < '3.8'
87
toml == 0.10.0

0 commit comments

Comments
 (0)