Chris

Results 65 comments of Chris

The name of the package on [pypi](https://pypi.org/project/python-Levenshtein/) is `python-Levenshtein`, so it will always need to be specified as that in the pipfile.

@morganednl that sounds like an issue with pipenv not respecting uppercase letters in the package name, seems like this has occurred before https://github.com/pypa/pipenv/issues/1314

A simple idea would be to have a timestamp regex to enforce some kind of check on what is passed. I have to be sure that all data sets use...

Python 3.5 is now EOL and can be dropped, maybe look at running pyupgrade?

Hey @areed1192, congratulations on making the first PR to eiapy that isn't from me! :laughing: What did you have in mind for refactoring?