OmkarPathak / ResumeParser

A simple resume parser used for extracting information from resumes
MIT License
285 stars 164 forks source link

chardet & urllib3 versions not matching #8

Closed karthik-code closed 5 years ago

karthik-code commented 5 years ago

Error appears while running in docker. chardet version needs to be changed to 3.0.2 Update requirements.txt line 4 chardet==3.0.2

OmkarPathak commented 5 years ago

@karthik-code thanks. Updated the requirements.txt accordingly