Skip to content

Commit

Permalink
Merge pull request #11 from ksuderman/fernet_fields
Browse files Browse the repository at this point in the history
Replace the unmaintained django-fernet-fields with djfernet
  • Loading branch information
afgane committed Sep 14, 2022
2 parents f74cae1 + 081c751 commit d022b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -52,7 +52,7 @@ def get_version(*file_paths):
'coreapi>=2.2.3', # Provides REST API schema
'drf-nested-routers',
'django-rest-auth', # for user serialization
'django-fernet-fields', # for encryption of user cloud credentials
'djfernet', # for encryption of user cloud credentials
'sqlparse', # For migrations
'cloudbridge'
]
Expand Down

0 comments on commit d022b87

Please sign in to comment.