Add encryption module

This commit is contained in:
Chris Proctor
2024-05-18 16:09:35 -04:00
parent 533e52f90e
commit 9cfb19e2b4
6 changed files with 505 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ packages = [{include = "lab_subrosa"}]
[tool.poetry.dependencies]
python = "^3.10"
django-banjo = "^0.5.1"
cryptography = "^42.0.7"
[build-system]