mirror of
https://github.com/jazzband/django-fernet-encrypted-fields.git
synced 2026-03-16 22:40:27 +00:00
Update setup.py
This commit is contained in:
parent
50c859b44e
commit
8a4b29040f
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -12,7 +12,7 @@ setup(
|
|||
packages=["encrypted_fields"],
|
||||
version="0.3.0",
|
||||
install_requires=[
|
||||
"Django>=3.2",
|
||||
"Django>=4.2",
|
||||
"cryptography>=35.0.0",
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue