Skip to content

Commit

Permalink
Add dependencies to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed May 28, 2024
1 parent 8ade3f2 commit e3184d9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 108 deletions.
92 changes: 0 additions & 92 deletions experiments.md

This file was deleted.

9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,20 @@ build-backend = "hatchling.build"
[project]
name = "pixi-diff-to-markdown"
description = "Tool for converting `pixi update` diffs to markdown"
version = "0.0.1"
version = "0.1.0"
authors = [{ name = "Pavel Zwerschke", email = "pavelzw@gmail.com" }]
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.12",
]
requires-python = ">=3.12"
dependencies = [
"pydantic >=2.7.1,<3",
"py-rattler >=0.5.0,<0.6",
"ordered-enum >=0.0.8,<0.1",
"typer >=0.12.3,<0.13",
"pydantic-settings >=2.2.1,<3"
]

[project.urls]
repository = "https://github.com/pavelzw/pixi-diff-to-markdown"
Expand Down
15 changes: 0 additions & 15 deletions specification.md

This file was deleted.

0 comments on commit e3184d9

Please sign in to comment.