You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ pip install --no-binary flask-security-too flask-security-too
Collecting flask-security-too
Downloading flask_security_too-5.5.2.tar.gz (668 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 668.5/668.5 kB 7.8 MB/s eta 0:00:00
ERROR: flask-security-too from https://files.pythonhosted.org/packages/75/38/9ad98a921d4655d0860d8d6dc4e00910b8043b8967586ad89f0b024782d1/flask_security_too-5.5.2.tar.gz does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.
The text was updated successfully, but these errors were encountered:
Ok - this is a side-effect of trying to publish the same package as BOTH flask-security and flask-secyurity-too.
If you do the same thing with 'flask-security' it seems to work fine.
Not sure it is worth fixing since we are encouraging folks to move back to install flask-security.
For the record, I've hit this because I've been analyzing most-downloaded packages from PyPI. FWICS "flask-security" is not even on that list, so it doesn't seem many projects have moved back.
The text was updated successfully, but these errors were encountered: