File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,18 +34,18 @@ fawltydeps = "fawltydeps.main:main"
34
34
[tool .poetry .dependencies ]
35
35
# These are the main dependencies for fawltydeps at runtime.
36
36
# 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"
39
39
isort = [
40
40
# isort 5.12.0 drops support for Python v3.7:
41
41
{version = " ^5.10" , python = " >=3.8" },
42
42
{version = " >=5.10,<5.12.0" , python = " <3.8" },
43
43
]
44
- pip-requirements-parser = " ^ 32.0.1"
44
+ pip-requirements-parser = " >= 32.0.1"
45
45
pydantic = " >=1.10.4,<3.0.0"
46
46
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"
49
49
50
50
[tool .poetry .group .nox ]
51
51
optional = true
You can’t perform that action at this time.
0 commit comments