Skip to content

Commit 95c49e6

Browse files
committed
chore: use v0.1.4 of beancount-stubs
1 parent 31d60a6 commit 95c49e6

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

pyproject.toml

+7-6
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ name = "beancount-aib"
33
version = "0.1.0"
44
description = "Beancount importer for CSVs exported by AIB"
55
authors = [{ name = "Jakub Turski", email = "[email protected]" }]
6-
dependencies = [
7-
"beancount ~=2.3",
8-
"beancount-tx-cleanup ~=0.1",
9-
"beancount-stubs @ git+https://github.com/jmgilman/beancount-stubs@6ef330f",
10-
]
6+
dependencies = ["beancount ~=2.3", "beancount-tx-cleanup ~=0.1"]
117
readme = "README.md"
128
requires-python = "~=3.10"
139
classifiers = ["Private :: Do Not Upload"]
@@ -24,4 +20,9 @@ packages = ["src/beancount_aib"]
2420

2521
[tool.rye]
2622
managed = true
27-
dev-dependencies = ["pytest~=8.2", "pytest-cov~=5.0", "basedpyright~=1.15.1"]
23+
dev-dependencies = [
24+
"basedpyright~=1.15.1",
25+
"beancount-stubs~=0.1.4",
26+
"pytest~=8.2",
27+
"pytest-cov~=5.0",
28+
]

0 commit comments

Comments
 (0)