crustymonkey / py-bgg

A simple Board Game Geek (boardgamegeek.com) API library in Python. This mainly just handles the API calls and converts the XML to representative dict/list format
GNU General Public License v2.0
30 stars 8 forks source link

requirements #8

Closed pszczypka closed 2 years ago

pszczypka commented 2 years ago

six is a requirement.

Latest seems to be six==1.16.0

crustymonkey commented 2 years ago

Ahh, yes, this was an old artifact that got missed when I changed over to only supporting py3. The import wasn't even used anywhere. I've removed it in the latest version so it should no longer be a problem. Again, good catch and thanks for reporting.