LeoneBacciu / django-email-verification

A Django app that takes care of verifying a users's email address and activating their profile.
MIT License
353 stars 57 forks source link

Dependencies missing on PyPi? #61

Closed oalmelid closed 2 years ago

oalmelid commented 2 years ago

Apologies if this has been answered elsewhere. I just installed django-email-verification using pipenv in my django project, and it looks like all package requirements might be missing from the latest release? Running pip show after install shows the following

bash$ pip show django-email-verification
Name: django-email-verification
Version: 0.2.2
Summary: Email confirmation app for django
Home-page: https://github.com/LeoneBacciu/django-email-verification
Author: Leone Bacciu
Author-email: leonebacciu@gmail.com
License: MIT
Location: /Users/oalmelid/.local/share/virtualenvs/web-portal-yvG0OUvE/lib/python3.8/site-packages
Requires: 
Required-by: 

Attempting to add the module to my project fails after PyJWT is not found.

rokn commented 2 years ago

Happens here as well with miniconda, Python 3.9 and pip 21.2.4

LeoneBacciu commented 2 years ago

The best solution for now is to install the latest version of PyJWT manually. Sorry for the inconvenience. Please let me know if this fixes it.

DylanCheetah commented 2 years ago

I had the same issue, and I can confirm that manually installing PyJWT fixes the problem.