MLH / mlh-hackathon-flask-starter

Hackathon starter project for Flask applications
MIT License
731 stars 286 forks source link

Corrected Issues with requirements.txt #31

Open Diptadip opened 3 years ago

Diptadip commented 3 years ago

$ pip install -r requirements.txt

Had issues installing mentioned modules in Windows machine with the cffi and psycopg2 versions. Changing them to the current latest version removes the issues and lead to successful execution of the file "requirements.txt" https://pypi.org/project/cffi/1.14.5/ https://pypi.org/project/psycopg2/2.8.6/

26