lmmentel / mendeleev

A python package for accessing various properties of elements, ions and isotopes in the periodic table of elements.
https://mendeleev.readthedocs.io
MIT License
208 stars 38 forks source link

Remove six dependency #120

Closed paulromano closed 1 year ago

paulromano commented 1 year ago

This PR removes the dependency on six, which shouldn't be needed since Python support is 3.8+. I've replaced six.string_types with str.

Also added one more little README fix -- the LGTM badges were broken so I removed them.

lmmentel commented 1 year ago

Great! Could you run poetry lock locally after removing six to re-lock the dependencies and commit the poetry.lock file as well?

paulromano commented 1 year ago

Sure; just updated the poetry.lock file