Skip to content

Commit

Permalink
Good grief
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Jun 2, 2023
1 parent 27beddf commit 3bbbaf0
Showing 1 changed file with 130 additions and 8 deletions.
138 changes: 130 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,134 @@
# We need at least this ufo2ft version to fix ufo2ft#730
ufo2ft>=2.31.1
# We need to freeze some requirements because we are
# working around a combination of bugs here;
# we need ufo2ft >=2.31.1 to fix ufo2ft#730
# fonttools@65bc610 (unreleased)
# and glyphsLib <=6.2.1 to work around glyphsLib#907

# We need this specific glyphsLib version because of
# https://github.com/googlefonts/glyphsLib/issues/907
glyphsLib==6.2.1
# This causes pip to go mad, so we're going to help it out with a
# freeze

git+https://github.com/notofonts/notobuilder
drawbot-skia>=0.4.8
sh>=1.14.2
bumpfontversion
chevron
absl-py==1.4.0
appdirs==1.4.4
async-generator==1.10
attrs==23.1.0
axisregistry==0.4.2
babelfont==3.0.0
beautifulsoup4==4.12.2
beziers==0.5.0
blackrenderer==0.6.0
booleanOperations==0.9.0
Brotli==1.0.9
bump2version==1.0.1
bumpfontversion==0.4.1
cattrs==23.1.2
certifi==2023.5.7
cffi==1.15.1
cffsubr==0.2.9.post1
charset-normalizer==3.1.0
chevron==0.14.0
click==8.1.3
cmarkgfm==2022.10.27
collidoscope==0.6.5
colorlog==6.7.0
commandlines==0.4.1
compreffor==0.5.3
cryptography==41.0.1
cu2qu==1.6.7.post2
defcon==0.10.2
dehinter==4.0.0
Deprecated==1.2.14
exceptiongroup==1.1.1
font-v==2.1.0
fontbakery==0.8.13
fontFeatures==1.7.4
fontmake==3.5.1
fontMath==0.9.3
fonttools @ git+https://github.com/fonttools/fonttools@65bc6105f7aec3478427525d23ddf2e3c8c4b21e
freetype-py==2.4.0
fs==2.4.16
gflanguages==0.4.8
gftools[qa] @ git+https://github.com/googlefonts/gftools@noto
gitdb==4.0.10
GitPython==3.1.31
glyphsets==0.6.1
glyphsLib==6.2.1
glyphtools==0.8.0
h11==0.14.0
hyperglot==0.4.5
idna==3.4
Jinja2==3.1.2
kurbopy==0.9.0
lxml==4.9.2
markdown-it-py==2.2.0
MarkupSafe==2.1.2
mdurl==0.1.2
munkres==1.1.4
nanoemoji==0.15.1
ninja==1.11.1
numpy==1.24.3
openstep-plist==0.3.0.post1
opentype-sanitizer==9.1.0
opentypespec==1.9.1
orjson==3.9.0
outcome==1.2.0
packaging==23.1
picosvg==0.21.0
Pillow==9.5.0
pip-api==0.0.30
pngquant-cli==2.17.0.post5
protobuf==3.20.3
pyahocorasick==2.0.0
pybind11==2.10.4
pyclipper==1.3.0.post4
pycparser==2.21
pygit2==1.12.1
PyGithub==1.58.2
Pygments==2.15.1
PyJWT==2.7.0
PyNaCl==1.5.0
pyparsing==3.0.9
PySocks==1.7.1
python-dateutil==2.8.2
PyYAML==6.0
regex==2023.5.5
requests==2.31.0
resvg-cli==0.22.0.post3
rich==13.4.1
rstr==3.2.1
selenium==4.9.1
sh==2.0.4
six==1.16.0
skia-pathops==0.8.0
skia-python==87.5
smmap==5.0.0
sniffio==1.3.0
sortedcontainers==2.4.0
soupsieve==2.4.1
sre-yield==1.2
statmake==0.6.0
strictyaml==1.7.3
stringbrewer==0.0.1
tabulate==0.9.0
toml==0.10.2
tqdm==4.65.0
trio==0.22.0
trio-websocket==0.10.2
ttfautohint-py==0.5.1
ufo2ft==2.31.1
ufoLib2==0.14.0
ufolint==1.2.0
ufomerge==1.1.0
uharfbuzz==0.37.0
unicodedata2==15.0.0
Unidecode==1.3.6
urllib3==2.0.2
vharfbuzz==0.2.0
vttLib==0.12.0
wrapt==1.15.0
wsproto==1.2.0
youseedee==0.3.0
zopfli==0.2.2

git+https://github.com/notofonts/notobuilder

0 comments on commit 3bbbaf0

Please sign in to comment.