mirror of
https://github.com/cupcakearmy/glyphance.git
synced 2025-09-04 05:30:39 +00:00
use uv
This commit is contained in:
@@ -1,29 +1,23 @@
|
||||
[tool.poetry]
|
||||
[project]
|
||||
name = "glyphance"
|
||||
version = "1.0.2"
|
||||
version = "1.1.0"
|
||||
description = ""
|
||||
authors = ["Niccolo Borgioli <hi@nicco.io>"]
|
||||
license = "MIT"
|
||||
authors = [{ name = "Niccolo Borgioli", email = "hi@nicco.io" }]
|
||||
requires-python = "~=3.13"
|
||||
readme = "README.md"
|
||||
homepage = "https://github.com/cupcakearmy/glyphance"
|
||||
repository= "https://github.com/cupcakearmy/glyphance"
|
||||
license = "MIT"
|
||||
keywords = ["glyph", "subset", "optimiser", "typography", "utility"]
|
||||
dependencies = [
|
||||
"requests>=2.28.1,<3",
|
||||
"jsonschema>=4.17.0,<5",
|
||||
"click>=8.1.8,<9",
|
||||
"pyyaml~=6.0",
|
||||
"fonttools[ufo,unicode,woff]>=4.57.0",
|
||||
]
|
||||
|
||||
[tool.poetry.scripts]
|
||||
[project.urls]
|
||||
Homepage = "https://github.com/cupcakearmy/glyphance"
|
||||
Repository = "https://github.com/cupcakearmy/glyphance"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
requests = "^2.28.1"
|
||||
fonttools = {extras = ["lxml", "ufo", "unicode", "woff"], version = "^4.38.0"}
|
||||
jsonschema = "^4.17.0"
|
||||
click = "^8.1.3"
|
||||
pyyaml = "^6.0"
|
||||
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
mypy = "^0.991"
|
||||
autopep8 = "^2.0.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
[tool.ruff.format]
|
||||
quote-style = "single"
|
||||
|
Reference in New Issue
Block a user