mirror of
https://github.com/jazzband/django-fernet-encrypted-fields.git
synced 2026-03-16 22:40:27 +00:00
Compare commits
2 commits
5a2e5d7641
...
fd1564ee1e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fd1564ee1e | ||
|
|
d22be8c977 |
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue