Skip to content

Commit

Permalink
bump fontTools dependency to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Aug 22, 2019
1 parent b96d61a commit 743a2e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fontTools==3.44.0
fontTools==4.0.0
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@
URL = "https://github.com/source-foundry/dehinter"
EMAIL = "chris@sourcefoundry.org"
AUTHOR = "Source Foundry Authors and Contributors"
REQUIRES_PYTHON = ">=3.5.0"
REQUIRES_PYTHON = ">=3.6.0"

INSTALL_REQUIRES = ["fontTools==3.44.0",
INSTALL_REQUIRES = ["fontTools==4.0.0",
]
# Optional packages
EXTRAS_REQUIRES = {
# for developer installs
"dev": ["wheel", "setuptools", "twine", "coverage", "pytest", "tox", "flake8", "pytype"]
"dev": ["coverage", "pytest", "tox", "flake8", "pytype"],
# for maintainer installs
"maintain": ["wheel", "setuptools", "twine"]
}

this_file_path = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit 743a2e3

Please sign in to comment.