Skip to content

Commit

Permalink
Replace the unmaintained django-fernet-fields with djfernet
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuderman committed Sep 14, 2022
1 parent f74cae1 commit 081c751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
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 081c751

Please sign in to comment.