Skip to content

Commit

Permalink
beancount.ingest moved to beangulp starting bc 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zburatorul committed Sep 18, 2024
1 parent ae6857d commit ce678f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions beancount_import/source/generic_importer_source_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import pytest

from .source_test import check_source_example
from beancount.ingest.importers.csv import Importer as CSVImporter, Col
from beancount.ingest.importer import ImporterProtocol
from beangulp.importers.csv import Importer as CSVImporter, Col
from beangulp.importer import ImporterProtocol
from beancount.parser.parser import parse_file

testdata_dir = os.path.realpath(
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ def run(self):
setup_requires=['setuptools_scm>=5.0.2'],
install_requires=[
'beancount>=2.1.3',
'beangulp',
'tornado',
'numpy',
'scipy',
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ deps =
mypy
coverage
typing-extensions
beautifulsoup4
setuptools

commands =
mypy beancount_import --install-types --non-interactive --disable-error-code=type-abstract
Expand Down

0 comments on commit ce678f4

Please sign in to comment.