Skip to content

Commit 542b71d

Browse files
authored
Merge pull request #10 from dev-sec/decrease_deps
pam-tester runs with python 3.6 and click 8.0.4
2 parents 6d40e3d + 077eb0e commit 542b71d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Changelog = "https://github.com/dev-sec/pam-tester/blob/master/CHANGELOG.md"
1616
pam-tester = "pam_tester.pam_tester:pam_auth"
1717

1818
[tool.poetry.dependencies]
19-
python = "^3.8"
20-
click = "^8.1.6"
19+
python = "^3.6"
20+
click = "^8.0.4"
2121
pam = "^0.2.0"
2222
six = "^1.16.0"
2323

0 commit comments

Comments
 (0)