jwasham / computer-science-flash-cards

Mini website for testing both general CS knowledge and enforce coding practice and common algorithm/data structure memorization.
Creative Commons Attribution Share Alike 4.0 International
8.46k stars 2.02k forks source link

fix requirments.txt flask 1.0 depends on Jinja2>=2.10 #63

Closed weijiang1994 closed 3 years ago

weijiang1994 commented 3 years ago

The conflict is caused by: The user requested Jinja2==2.9.4 flask 1.0 depends on Jinja2>=2.10

jwasham commented 3 years ago

Thanks for the fix!