tfont icon indicating copy to clipboard operation
tfont copied to clipboard

Tests fail because ufoLib2 doesn't pull the fs dependency in

Open madig opened this issue 6 years ago • 1 comments

Which is weird, becaus pip installing ufoLib2 in a fresh venv does. Tox doesn't seem to pick up that it depends on fonttools[ufo,lxml]?!

madig avatar Feb 22 '19 23:02 madig

Seems to be a known problem: https://github.com/pypa/pip/issues/6239.

So I guess one can work around this by specifying the implicit dependencies explicitly or going the requirements.txt route?

madig avatar Feb 23 '19 16:02 madig