We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5590e7 commit c82e1a6Copy full SHA for c82e1a6
pyproject.toml
@@ -8,9 +8,9 @@ readme = "README.md"
8
packages = [{include = "globalnoc", from="src"}]
9
10
[tool.poetry.dependencies]
11
-python = "^3.8.11"
+python = ">=3.8"
12
requests = "^2.28.2"
13
-lxml = "^4.9.2"
+lxml = ">=4.9.2"
14
15
# EL7 does not have OpenSSL 1.1.1, which is required for urllib3 v2
16
# python >= 3.10 requires OpenSSL 1.1.1
0 commit comments