Skip to content

Commit

Permalink
setup.py: bump minimum required fonttools, cu2qu and booleanOperations
Browse files Browse the repository at this point in the history
fonttools >= 3.35
cu2qu >= 1.6.5
booleanOperations >= 0.8.2
  • Loading branch information
anthrotype committed Jan 7, 2019
1 parent 4702ab8 commit e01ffc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
'pytest>=2.8',
],
install_requires=[
"fonttools[ufo]>=3.32.0",
"fonttools[ufo]>=3.35.0",
"defcon>=0.6.0",
"cu2qu>=1.6.4",
"cu2qu>=1.6.5",
"compreffor>=0.4.5",
"booleanOperations>=0.8.0",
"booleanOperations>=0.8.2",
"enum34>=1.1.6 ; python_version < '3.4'",
],
extras_require={
Expand Down

0 comments on commit e01ffc3

Please sign in to comment.