diff options
| author | Teddy Wing | 2015-11-13 04:24:00 -0500 | 
|---|---|---|
| committer | Teddy Wing | 2015-11-13 05:01:13 -0500 | 
| commit | 7a276e4cfacb9cfd8b2707ebf29c3923cfab7a0c (patch) | |
| tree | f33b3a90425129be24c4f081f7008c5160b2da09 | |
| parent | 1c43c3f610a112b2953e95295891f9427ebb7494 (diff) | |
| download | trufont-use-fonttools-at-HEAD.tar.bz2 | |
requirements.txt: Use fonttools@HEAD & freeze Git pkgs to commit hashesuse-fonttools-at-HEAD
FontTools:
The 3.0 release previously specified was from August 31 and a number of
changes have been made since then. TruFont depends on these new changes,
but since 3.0 is the most recent release of FontTools, we need to pull
the changes from its Git repository. Not freezing it to a specific
commit hash as requested by Adrien
(https://github.com/trufont/trufont/pull/141#issuecomment-156379125).
Also freezes the other Git dependencies to commit hashes for more
precision.
| -rw-r--r-- | requirements.txt | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/requirements.txt b/requirements.txt index 2fc059c..2e1d4c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -fonttools==3.0 -git+https://github.com/trufont/defcon.git@python3-ufo3#egg=defcon -git+https://github.com/trufont/robofab.git@python3-ufo3#egg=robofab -git+https://github.com/trufont/ufo2fdk.git@python3-ufo3#egg=ufo2fdk +git+https://github.com/behdad/fonttools.git#egg=fonttools +git+https://github.com/trufont/defcon.git@559c8f6bde1629d13f4e8a69e1f6f2494d977c32#egg=defcon +git+https://github.com/trufont/robofab.git@f646d1f36b7294ffd70e5b4d4e1c7c7155852585#egg=robofab +git+https://github.com/trufont/ufo2fdk.git@0a57f2474ff65d5877b28bd063a249bee1a18ec6#egg=ufo2fdk  PyInstaller==3.0 | 
