File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ version = "0.8.4"
88description = " Create GitHub Actions using Python"
99authors = [{
name =
" Sadra Yahyapour" ,
email =
" [email protected] " }]
1010requires-python = " >=3.9"
11- dependencies = [" pydantic ~ = 2.9.2" , " requests ~ = 2.32.3" ]
11+ dependencies = [" pydantic > = 2.9.2" , " requests > = 2.32.3" ]
1212readme = { file = " README.md" , content-type = " text/markdown" }
1313license = { file = " LICENSE" }
1414classifiers = [
@@ -31,7 +31,7 @@ pyaction = "pyaction.cli:cli"
3131
3232[project .optional-dependencies ]
3333dev = [" coverage" , " pytest-cookies" ]
34- cli = [" copier ~ = 9.2" , " click ~ = 8.1" , " python-dotenv ~ = 1.0.1" ]
34+ cli = [" copier > = 9.2" , " click > = 8.1" , " python-dotenv > = 1.0.1" ]
3535
3636[project .urls ]
3737Documentation = " https://pyaction.imsadra.me"
You can’t perform that action at this time.
0 commit comments