swaroopch / edn_format

EDN reader and writer implementation in Python, using PLY (lex, yacc)
https://swaroopch.com/2012/12/24/edn-format-python/
Other
131 stars 31 forks source link

setup.py: read requirements.txt directly #75

Closed bfontaine closed 4 years ago

bfontaine commented 4 years ago

pip’s internal API is unsupported and may break anytime, like it just did.

See: https://stackoverflow.com/a/49837302/735926

Fixes #74.

swaroopch commented 4 years ago

Great simple solution, thank you @bfontaine !

swaroopch commented 4 years ago

@bfontaine Oh, and as always, can you please be kind enough to push to PyPI? Thank you!

bfontaine commented 4 years ago

@swaroopch Yep, v0.7.2 is out 🎉