Skip to content

Commit

Permalink
feat(deps): keyring snoop pydantic
Browse files Browse the repository at this point in the history
Signed-off-by: John Andersen <[email protected]>
  • Loading branch information
johnandersen777 committed Nov 29, 2024
1 parent bc84c00 commit 6502149
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "gitatp"
version = "0.1.1"
version = "0.1.2"
description = "Git over ATProto"
long_description = "# Git over ATProto"
long_description_content_type = "text/markdown"
Expand All @@ -11,6 +11,9 @@ authors = [
requires-python = ">=3.12"
dependencies = [
"atproto>=0.0.55",
"snoop>=0.6.0",
"pydantic>=2.10.2",
"keyring>=25.5.0",
]

[project.scripts]
Expand Down

0 comments on commit 6502149

Please sign in to comment.