Skip to content

Commit a63d2b3

Browse files
committed
Apply suggested pyproject.toml changes in issue #408
1 parent 30cc11a commit a63d2b3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@ fawltydeps = "fawltydeps.main:main"
3434
[tool.poetry.dependencies]
3535
# These are the main dependencies for fawltydeps at runtime.
3636
# Do not add anything here that is only needed by CI/tests/linters/developers
37-
python = "^3.7.2"
38-
importlib_metadata = "=6.6.0"
37+
python = ">=3.7.2"
38+
importlib_metadata = ">=6.6.0"
3939
isort = [
4040
# isort 5.12.0 drops support for Python v3.7:
4141
{version = "^5.10", python = ">=3.8"},
4242
{version = ">=5.10,<5.12.0", python = "<3.8"},
4343
]
44-
pip-requirements-parser = "^32.0.1"
44+
pip-requirements-parser = ">=32.0.1"
4545
pydantic = ">=1.10.4,<3.0.0"
4646
tomli = {version = "^2.0.1", python = "<3.11"}
47-
typing-extensions = {version = "^4.4.0", python = "<3.8"}
48-
setuptools = "^68.0.0"
47+
typing-extensions = {version = ">=4.4.0", python = "<3.8"}
48+
setuptools = ">=68.0.0"
4949

5050
[tool.poetry.group.nox]
5151
optional = true

0 commit comments

Comments
 (0)