Update setup.py

This commit is contained in:
MaurizioPilia 2025-10-09 12:54:31 +02:00 committed by GitHub
parent 50c859b44e
commit 8a4b29040f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ setup(
packages=["encrypted_fields"], packages=["encrypted_fields"],
version="0.3.0", version="0.3.0",
install_requires=[ install_requires=[
"Django>=3.2", "Django>=4.2",
"cryptography>=35.0.0", "cryptography>=35.0.0",
], ],
) )