Skip to content

Commit

Permalink
try uv
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek committed Feb 25, 2025
1 parent fad6d75 commit 341f3f8
Show file tree
Hide file tree
Showing 29 changed files with 816 additions and 1,234 deletions.
1,206 changes: 0 additions & 1,206 deletions poetry.lock

This file was deleted.

61 changes: 33 additions & 28 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,34 +1,39 @@
[tool.poetry]
[project]
name = "jg.hen"
version = "0.0"
version = "0"
description = "Automated GitHub profile review"
authors = ["Honza Javorek <[email protected]>"]
license = "AGPL-3.0-only"
authors = [{name = "Honza Javorek", email = "[email protected]"}]
readme = "README.md"
homepage = "https://junior.guru/"
repository = "https://github.com/juniorguru/hen"
packages = [{ include = "jg" }]

[tool.poetry.scripts]
requires-python = ">=3.11,<4.0"
license = "AGPL-3.0-only"
license-files = ["LICENSE"]
dependencies = [
"click==8.1.7",
"blinker==1.8.2",
"githubkit==0.11.11",
"httpx==0.27.2",
"pillow==10.4.0",
"lxml==5.3.0",
"cssselect==1.2.0",
"pydantic==2.9.2",
]

[dependency-groups]
dev = [
"pytest==8.3.*",
"pytest-ruff==0.4.1",
"ruff==0.6.*",
"cookiecutter==2.6.0",
"pytest-asyncio==0.24.0",
]

[project.scripts]
hen = "jg.hen.cli:main"

[tool.poetry.dependencies]
python = ">=3.11 <4.0"
click = "8.1.7"
blinker = "1.8.2"
githubkit = "0.11.11"
httpx = "0.27.2"
pillow = "10.4.0"
lxml = "5.3.0"
cssselect = "1.2.0"
pydantic = "2.9.2"

[tool.poetry.group.dev.dependencies]
pytest = "8.3.3"
pytest-ruff = "0.4.1"
ruff = "0.6.*"
cookiecutter = "2.6.0"
pytest-asyncio = "0.24.0"
[project.urls]
Homepage = "https://junior.guru/"
Repository = "https://github.com/juniorguru/hen/"
Issues = "https://github.com/juniorguru/hen/issues"

[tool.pytest.ini_options]
python_files = "test_*.py"
Expand All @@ -47,5 +52,5 @@ combine-as-imports = true
lines-after-imports = 2

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
requires = ["uv<0.7"]
build-backend = "uv"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
783 changes: 783 additions & 0 deletions uv.lock

Large diffs are not rendered by default.

0 comments on commit 341f3f8

Please sign in to comment.