Saurav Sharma
                                            Saurav Sharma
                                        
                                    @gregmuellegger why this pr is not merged yet.. this is a nice package and i can't use it because of `six` error
Django 5 is released and i am having this error - ```bash File "/Users/sauravsharma/Developer/work/TPA/worktree_archipay/django-5-upgrades/env/lib/python3.10/site-packages/django_cryptography/core/signing.py", line 20, in from django.utils import baseconv ImportError: cannot import name 'baseconv' from 'django.utils' ```
alright, i fixed the issue. - first i cloned the repo in my django project. - `cd django-cryptography` - `pip install -e .` initially i tried with `pip install --upgrade...
i found the issue in `setup.cfg`. after this change, i can directly install from the repo and the subfolders ( the `core` folder ) is also included now. idk may...
As of now for those who are having issues can do - > pip install "git+https://github.com/saurav-codes/django-cryptography"
I also facing this error.😟
what could be the risk..? because i need to use it in production.