Compare commits

..

2 commits

Author SHA1 Message Date
David Paul Graham
fd1564ee1e
fix typo in description 2026-03-14 11:21:22 -04:00
David Paul Graham
d22be8c977
update required python version to 3.10 2026-03-14 11:19:30 -04:00

View file

@ -1,13 +1,13 @@
[project]
name = "django-fernet-encrypted-fields"
version = "0.3.1"
description = "Symetrically encrypted model fields for Django"
description = "Symmetrically encrypted model fields for Django"
readme = "README.md"
license = "MIT"
authors = [
{ name = "jazzband", email = "n.anahara@fragment.co.jp" },
]
requires-python = ">=3.8"
requires-python = ">=3.10"
dependencies = [
"Django>=4.2",
"cryptography>=35.0.0",