Skip to content

Commit 4a53682

Browse files
authored
Migrate to asyncio_for_ynab (#205)
1 parent a946659 commit 4a53682

6 files changed

Lines changed: 1523 additions & 1070 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ repos:
4646
rev: v1.20.2
4747
hooks:
4848
- id: mypy
49-
additional_dependencies: [aiopathlib, rich>=14]
49+
additional_dependencies: [aiopathlib, asyncio-for-ynab, rich>=14]
5050
language_version: python3.12

requirements-dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
aioresponses
21
covdefaults>=2.1.0
32
coverage
43
pytest

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ install_requires =
2222
aiohttp>=3
2323
aiopathlib
2424
aiosqlite
25+
asyncio-for-ynab
2526
fasteners
2627
rich>=14
28+
tenacity
2729
python_requires = >=3.12
2830

2931
[options.entry_points]

0 commit comments

Comments
 (0)