oleg-agapov / flask-jwt-auth

JWT Authorization in Flask
MIT License
171 stars 76 forks source link

Requirements file #1

Open madslundgaard opened 7 years ago

madslundgaard commented 7 years ago

Hi, Thanks for the great input. I think your requirements file is containing a little to much. Do you have the correct dependancy list?

Kr Mads

oleg-agapov commented 7 years ago

Hi @madslundgaard Yeah, I did it with pip freeze > requirements.txt so it put there all the dependencies as well. Will fix it, thanks!