Skip to content

Commit d470fa1

Browse files
authored
Update pyproject.toml according to requirements.txt
Updated pyproject.toml so that dependency versions are not fixed therefore incompatible in combination with other packages used in projects.
1 parent 4d37437 commit d470fa1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ maintainers = [
1616

1717
[tool.poetry.dependencies]
1818
python = "^3.9"
19-
certifi = "2023.7.22"
20-
six = "1.10"
21-
python_dateutil = "2.5.3"
22-
setuptools = "21.0.0"
23-
urllib3 = "2.0.7"
24-
requests = "2.31.0"
19+
certifi = ">=2023.7.22"
20+
six = ">=1.10"
21+
python_dateutil = ">=2.5.3"
22+
setuptools = ">=21.0.0"
23+
urllib3 = ">=2.0.7"
24+
requests = ">=2.31.0"
2525
pyjwt = "2.6.0"
2626

2727

0 commit comments

Comments
 (0)