We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 390cbc2 commit 7ece66dCopy full SHA for 7ece66d
1 file changed
pyproject.toml
@@ -8,7 +8,7 @@ version = "0.8.4"
8
description = "Create GitHub Actions using Python"
9
authors = [{ name = "Sadra Yahyapour", email = "lnxpylnxpy@gmail.com" }]
10
requires-python = ">=3.9"
11
-dependencies = ["pydantic ~= 2.9.2", "requests ~= 2.32.3"]
+dependencies = ["pydantic >= 2.9.2", "requests >= 2.32.3"]
12
readme = { file = "README.md", content-type = "text/markdown" }
13
license = { file = "LICENSE" }
14
classifiers = [
@@ -31,7 +31,7 @@ pyaction = "pyaction.cli:cli"
31
32
[project.optional-dependencies]
33
dev = ["coverage", "pytest-cookies"]
34
-cli = ["copier ~= 9.2", "click ~= 8.1", "python-dotenv ~= 1.0.1"]
+cli = ["copier >= 9.2", "click >= 8.1", "python-dotenv >= 1.0.1"]
35
36
[project.urls]
37
Documentation = "https://pyaction.imsadra.me"
0 commit comments