fspv / leetcode-anki

Anki cards generator for Leetcode
MIT License
308 stars 43 forks source link

Setuptools fix #8

Closed Klaudioz closed 3 years ago

Klaudioz commented 3 years ago

setuptools>=58 breaks support for use_2to3 and because of that, pip is unable to get Pystache > 0.5.0 which is needed.

fspv commented 3 years ago

LGTM