Merge pull request #833 from cjmayo/hatch-test-cryptography

Add cryptography to tool.hatch.envs.test
This commit is contained in:
Chris Mayo 2024-08-27 19:46:16 +01:00 committed by GitHub
commit 58507e9d77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -91,6 +91,7 @@ version_scheme = "post-release"
[tool.hatch.envs.test]
dependencies = [
"cryptography",
"parameterized",
"pdfminer.six",
"pyftpdlib",