Skip to content

Commit

Permalink
setup.py: don't require defcon in install_requires
Browse files Browse the repository at this point in the history
it is never directly imported in the lib. The caller may import and
pass to ufo2ft either defcon or ufoLib2 Fonts.
  • Loading branch information
anthrotype committed Nov 12, 2019
1 parent 4e6e7d8 commit 0c95a5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
tests_require=["pytest>=2.8"],
install_requires=[
"fonttools[ufo]>=3.43.0",
"defcon>=0.6.0",
"cu2qu>=1.6.5",
"compreffor>=0.4.6",
"booleanOperations>=0.8.2",
Expand Down

0 comments on commit 0c95a5f

Please sign in to comment.