Skip to content

Commit

Permalink
Bump minimum requirements to latest versions
Browse files Browse the repository at this point in the history
Forgot to do this before tagging 0.6.1 ...
  • Loading branch information
anthrotype committed Aug 17, 2017
1 parent 72bfa00 commit fa04f92
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fonttools==3.13.1
fonttools==3.15.0
ufoLib==2.1.0
defcon==0.3.4
cu2qu==1.2.0
compreffor==0.4.4
compreffor==0.4.5
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,11 @@ def run(self):
'pytest>=2.8',
],
install_requires=[
"fonttools>=3.13.0",
"ufoLib>=2.0.0",
"defcon>=0.2.4",
"cu2qu>=1.1.1",
"compreffor>=0.4.4",
"fonttools>=3.15.0",
"ufoLib>=2.1.0",
"defcon>=0.3.4",
"cu2qu>=1.2.0",
"compreffor>=0.4.5",
],
cmdclass={
"release": release,
Expand Down

0 comments on commit fa04f92

Please sign in to comment.