GDSC-IIIT-Kalyani / WOC-certificate-generator-Hactoberfest2021

An automatic certificate generator and emailer , web application
MIT License
14 stars 28 forks source link

Conflicting Dependency issues in requirement.txt #33

Open Sahaj-Srivastava24 opened 2 years ago

Sahaj-Srivastava24 commented 2 years ago

requirements.py has multiple versions of the same dependencies charset-normalizer==2.0.4 and charset-normalizer==2.0.6 which cause dependency conflicts while installation.

rohitghughtyal commented 2 years ago

yep one can be commented. same happens with urllib3==1.26.6 and urllib3==1.26.7 . I work on it to set it up entirely on my machine.