Skip to content

Commit

Permalink
Merge pull request #10 from dev-sec/decrease_deps
Browse files Browse the repository at this point in the history
pam-tester runs with python 3.6 and click 8.0.4
  • Loading branch information
schurzi authored Aug 1, 2023
2 parents 6d40e3d + 077eb0e commit 542b71d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Changelog = "https://github.com/dev-sec/pam-tester/blob/master/CHANGELOG.md"
pam-tester = "pam_tester.pam_tester:pam_auth"

[tool.poetry.dependencies]
python = "^3.8"
click = "^8.1.6"
python = "^3.6"
click = "^8.0.4"
pam = "^0.2.0"
six = "^1.16.0"

Expand Down

0 comments on commit 542b71d

Please sign in to comment.