forked from aquavitae/docker-weasyprint
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from WadeBarnes/upgrade-dependencies
Upgrade to the latest version of WeasyPrint
- Loading branch information
Showing
13 changed files
with
55 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
FONTLOG for the BC Sans font (2.0) | ||
|
||
This file provides detailed information on the BC Sans font software. | ||
This information should be distributed along with the BC Sans fonts and any derivative works. | ||
|
||
Basic Font Information: | ||
BC Sans is a Unicode typeface family that supports languages that use the Latin and syllabic scripts, and it's variants. | ||
BC Sans is a modified version of Noto Sans, developed by Google. Modifications have been done to provide support for Indigenous languages unique to British Columbia. | ||
BC Sans (2.0) comes in six styles: light, light italic, regular, italic, bold, and bold italic. | ||
|
||
Version Log: | ||
BC Sans Font Family Version 2.0 | ||
Government of British Columbia | ||
May 2023 | ||
|
||
Acknowledgements: | ||
N: Chris Harvey | ||
E: [email protected] | ||
W: http://www.languagegeek.com | ||
D: Contributor | ||
|
||
N: FirstVoices (An initiative of First Peoples' Cultural Coucil) | ||
E: [email protected] | ||
W: https://www.firstvoices.com | ||
D: Contributor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
gunicorn==19.9.0 | ||
WeasyPrint==52.3 | ||
flask==1.0.1 | ||
gunicorn==22.0.0 | ||
WeasyPrint==62.3 | ||
flask==3.0.3 |