suutari / drf-jwt-2fa

Django Rest Framework JWT 2FA
https://pypi.python.org/pypi/drf-jwt-2fa/
MIT License
20 stars 10 forks source link

Poetry is somehow thinking there is a version of this library called 2fa-0.3.0 #11

Closed djackson-exo-inc closed 3 years ago

djackson-exo-inc commented 3 years ago

And this is causing install issues on GitHub Actions since it does not actually exist. Can you please advise?

djackson-exo-inc commented 3 years ago

ERROR: Could not find a version that satisfies the requirement drf-jwt-2fa==2fa-0.3.0 (from versions: 0.1.0, 0.2.0, 0.3.0) ERROR: No matching distribution found for drf-jwt-2fa==2fa-0.3.0

suutari commented 3 years ago

I'm pretty sure that this issue is in your pyproject.toml, Poetry lock file or in Poetry itself. Can't find anything to fix here. Please reopen, if you find that there's something in drf-jwt-2fa packages that can be fixed regarding this.