alisaifee / flask-limiter

Rate Limiting extension for Flask

Home Page:https://flask-limiter.readthedocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation with extra redis doesn't install redis

it-ony opened this issue · comments

I execute pip install "Flask-Limiter[redis]"
and get WARNING: flask-limiter 2.3.0 does not provide the extra 'redis'.

Thanks for the report. This is pretty bizarre, seems like I never actually added that in the package and only in the documentation 🤦. I'll cut a 2.3.1 release shortly to address this.

Resolved in 2.3.1

Thanks for fixing this so quickly.