aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
m---------beancount0
-rw-r--r--poetry.lock46
-rw-r--r--pyproject.toml2
3 files changed, 31 insertions, 17 deletions
diff --git a/beancount b/beancount
Subproject f86c7936952544842c2d7b85a9de138318825f6 Subproject 7a8decf369a97b3fea6fa9e58bb4d894e4e45b2
diff --git a/poetry.lock b/poetry.lock
index 434a066..a831390 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -134,7 +134,7 @@ pyflakes = ">=2.2.0,<2.3.0"
134 134
135[[package]] 135[[package]]
136name = "google-api-core" 136name = "google-api-core"
137version = "1.25.0" 137version = "1.25.1"
138description = "Google API client core library" 138description = "Google API client core library"
139category = "main" 139category = "main"
140optional = false 140optional = false
@@ -282,7 +282,7 @@ python-versions = "*"
282 282
283[[package]] 283[[package]]
284name = "packaging" 284name = "packaging"
285version = "20.8" 285version = "20.9"
286description = "Core utilities for Python packages" 286description = "Core utilities for Python packages"
287category = "main" 287category = "main"
288optional = false 288optional = false
@@ -398,8 +398,16 @@ optional = false
398python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" 398python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
399 399
400[[package]] 400[[package]]
401name = "pysocks"
402version = "1.7.1"
403description = "A Python SOCKS client module. See https://github.com/Anorov/PySocks for more information."
404category = "main"
405optional = true
406python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
407
408[[package]]
401name = "pytest" 409name = "pytest"
402version = "6.2.1" 410version = "6.2.2"
403description = "pytest: simple powerful testing with Python" 411description = "pytest: simple powerful testing with Python"
404category = "main" 412category = "main"
405optional = false 413optional = false
@@ -439,7 +447,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
439 447
440[[package]] 448[[package]]
441name = "pytz" 449name = "pytz"
442version = "2020.5" 450version = "2021.1"
443description = "World timezone definitions, modern and historical" 451description = "World timezone definitions, modern and historical"
444category = "main" 452category = "main"
445optional = false 453optional = false
@@ -457,6 +465,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
457certifi = ">=2017.4.17" 465certifi = ">=2017.4.17"
458chardet = ">=3.0.2,<5" 466chardet = ">=3.0.2,<5"
459idna = ">=2.5,<3" 467idna = ">=2.5,<3"
468PySocks = {version = ">=1.5.6,<1.5.7 || >1.5.7", optional = true, markers = "extra == \"socks\""}
460urllib3 = ">=1.21.1,<1.27" 469urllib3 = ">=1.21.1,<1.27"
461 470
462[package.extras] 471[package.extras]
@@ -544,7 +553,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
544 553
545[[package]] 554[[package]]
546name = "urllib3" 555name = "urllib3"
547version = "1.26.2" 556version = "1.26.3"
548description = "HTTP library with thread-safe connection pooling, file post, and more." 557description = "HTTP library with thread-safe connection pooling, file post, and more."
549category = "main" 558category = "main"
550optional = false 559optional = false
@@ -561,7 +570,7 @@ transferwise = ["requests", "SecretStorage"]
561[metadata] 570[metadata]
562lock-version = "1.1" 571lock-version = "1.1"
563python-versions = "^3.9" 572python-versions = "^3.9"
564content-hash = "605e14048928ef9c444b6e0b8d4722909cf65ba42094bffa743bb1881c61d898" 573content-hash = "79361e4498e9868e87310c28f5b57e09d65c8edc02b5e24a8a51d8c89eca1a66"
565 574
566[metadata.files] 575[metadata.files]
567atomicwrites = [ 576atomicwrites = [
@@ -653,8 +662,8 @@ flake8 = [
653 {file = "flake8-3.8.4.tar.gz", hash = "sha256:aadae8761ec651813c24be05c6f7b4680857ef6afaae4651a4eccaef97ce6c3b"}, 662 {file = "flake8-3.8.4.tar.gz", hash = "sha256:aadae8761ec651813c24be05c6f7b4680857ef6afaae4651a4eccaef97ce6c3b"},
654] 663]
655google-api-core = [ 664google-api-core = [
656 {file = "google-api-core-1.25.0.tar.gz", hash = "sha256:d967beae8d8acdb88fb2f6f769e2ee0ee813042576a08891bded3b8e234150ae"}, 665 {file = "google-api-core-1.25.1.tar.gz", hash = "sha256:0e152ec37b8481d1be1258d95844a5a7031cd3d83d7c7046d9e9b2d807042440"},
657 {file = "google_api_core-1.25.0-py2.py3-none-any.whl", hash = "sha256:4656345cba9627ab1290eab51300a6397cc50370d99366133df1ae64b744e1eb"}, 666 {file = "google_api_core-1.25.1-py2.py3-none-any.whl", hash = "sha256:292dd636ed381098d24b7093ccb826b2278a12d886a3fc982084069aa24a8fbb"},
658] 667]
659google-api-python-client = [ 668google-api-python-client = [
660 {file = "google-api-python-client-1.12.8.tar.gz", hash = "sha256:f3b9684442eec2cfe9f9bb48e796ef919456b82142c7528c5fd527e5224f08bb"}, 669 {file = "google-api-python-client-1.12.8.tar.gz", hash = "sha256:f3b9684442eec2cfe9f9bb48e796ef919456b82142c7528c5fd527e5224f08bb"},
@@ -721,8 +730,8 @@ mypy-extensions = [
721 {file = "mypy_extensions-0.4.3.tar.gz", hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"}, 730 {file = "mypy_extensions-0.4.3.tar.gz", hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"},
722] 731]
723packaging = [ 732packaging = [
724 {file = "packaging-20.8-py2.py3-none-any.whl", hash = "sha256:24e0da08660a87484d1602c30bb4902d74816b6985b93de36926f5bc95741858"}, 733 {file = "packaging-20.9-py2.py3-none-any.whl", hash = "sha256:67714da7f7bc052e064859c05c595155bd1ee9f69f76557e21f051443c20947a"},
725 {file = "packaging-20.8.tar.gz", hash = "sha256:78598185a7008a470d64526a8059de9aaa449238f280fc9eb6b13ba6c4109093"}, 734 {file = "packaging-20.9.tar.gz", hash = "sha256:5b327ac1320dc863dca72f4514ecc086f31186744b84a230374cc1fd776feae5"},
726] 735]
727pdfminer-six = [ 736pdfminer-six = [
728 {file = "pdfminer.six-20201018-py3-none-any.whl", hash = "sha256:d78877ba8d8bf957f3bb636c4f73f4f6f30f56c461993877ac22c39c20837509"}, 737 {file = "pdfminer.six-20201018-py3-none-any.whl", hash = "sha256:d78877ba8d8bf957f3bb636c4f73f4f6f30f56c461993877ac22c39c20837509"},
@@ -806,9 +815,14 @@ pyparsing = [
806 {file = "pyparsing-2.4.7-py2.py3-none-any.whl", hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b"}, 815 {file = "pyparsing-2.4.7-py2.py3-none-any.whl", hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b"},
807 {file = "pyparsing-2.4.7.tar.gz", hash = "sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1"}, 816 {file = "pyparsing-2.4.7.tar.gz", hash = "sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1"},
808] 817]
818pysocks = [
819 {file = "PySocks-1.7.1-py27-none-any.whl", hash = "sha256:08e69f092cc6dbe92a0fdd16eeb9b9ffbc13cadfe5ca4c7bd92ffb078b293299"},
820 {file = "PySocks-1.7.1-py3-none-any.whl", hash = "sha256:2725bd0a9925919b9b51739eea5f9e2bae91e83288108a9ad338b2e3a4435ee5"},
821 {file = "PySocks-1.7.1.tar.gz", hash = "sha256:3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b799aa0"},
822]
809pytest = [ 823pytest = [
810 {file = "pytest-6.2.1-py3-none-any.whl", hash = "sha256:1969f797a1a0dbd8ccf0fecc80262312729afea9c17f1d70ebf85c5e76c6f7c8"}, 824 {file = "pytest-6.2.2-py3-none-any.whl", hash = "sha256:b574b57423e818210672e07ca1fa90aaf194a4f63f3ab909a2c67ebb22913839"},
811 {file = "pytest-6.2.1.tar.gz", hash = "sha256:66e419b1899bc27346cb2c993e12c5e5e8daba9073c1fbce33b9807abc95c306"}, 825 {file = "pytest-6.2.2.tar.gz", hash = "sha256:9d1edf9e7d0b84d72ea3dbcdfd22b35fb543a5e8f2a60092dd578936bf63d7f9"},
812] 826]
813python-dateutil = [ 827python-dateutil = [
814 {file = "python-dateutil-2.8.1.tar.gz", hash = "sha256:73ebfe9dbf22e832286dafa60473e4cd239f8592f699aa5adaf10050e6e1823c"}, 828 {file = "python-dateutil-2.8.1.tar.gz", hash = "sha256:73ebfe9dbf22e832286dafa60473e4cd239f8592f699aa5adaf10050e6e1823c"},
@@ -819,8 +833,8 @@ python-magic = [
819 {file = "python_magic-0.4.20-py2.py3-none-any.whl", hash = "sha256:33ce94d9395aa269a9c5fac10ae124a5fb328ebe248f36efc5a43922edee662e"}, 833 {file = "python_magic-0.4.20-py2.py3-none-any.whl", hash = "sha256:33ce94d9395aa269a9c5fac10ae124a5fb328ebe248f36efc5a43922edee662e"},
820] 834]
821pytz = [ 835pytz = [
822 {file = "pytz-2020.5-py2.py3-none-any.whl", hash = "sha256:16962c5fb8db4a8f63a26646d8886e9d769b6c511543557bc84e9569fb9a9cb4"}, 836 {file = "pytz-2021.1-py2.py3-none-any.whl", hash = "sha256:eb10ce3e7736052ed3623d49975ce333bcd712c7bb19a58b9e2089d4057d0798"},
823 {file = "pytz-2020.5.tar.gz", hash = "sha256:180befebb1927b16f6b57101720075a984c019ac16b1b7575673bea42c6c3da5"}, 837 {file = "pytz-2021.1.tar.gz", hash = "sha256:83a4a90894bf38e243cf052c8b58f381bfe9a7a483f6a9cab140bc7f702ac4da"},
824] 838]
825requests = [ 839requests = [
826 {file = "requests-2.25.1-py2.py3-none-any.whl", hash = "sha256:c210084e36a42ae6b9219e00e48287def368a26d03a048ddad7bfee44f75871e"}, 840 {file = "requests-2.25.1-py2.py3-none-any.whl", hash = "sha256:c210084e36a42ae6b9219e00e48287def368a26d03a048ddad7bfee44f75871e"},
@@ -892,6 +906,6 @@ uritemplate = [
892 {file = "uritemplate-3.0.1.tar.gz", hash = "sha256:5af8ad10cec94f215e3f48112de2022e1d5a37ed427fbd88652fa908f2ab7cae"}, 906 {file = "uritemplate-3.0.1.tar.gz", hash = "sha256:5af8ad10cec94f215e3f48112de2022e1d5a37ed427fbd88652fa908f2ab7cae"},
893] 907]
894urllib3 = [ 908urllib3 = [
895 {file = "urllib3-1.26.2-py2.py3-none-any.whl", hash = "sha256:d8ff90d979214d7b4f8ce956e80f4028fc6860e4431f731ea4a8c08f23f99473"}, 909 {file = "urllib3-1.26.3-py2.py3-none-any.whl", hash = "sha256:1b465e494e3e0d8939b50680403e3aedaa2bc434b7d5af64dfd3c958d7f5ae80"},
896 {file = "urllib3-1.26.2.tar.gz", hash = "sha256:19188f96923873c92ccb987120ec4acaa12f0461fa9ce5d3d0772bc965a39e08"}, 910 {file = "urllib3-1.26.3.tar.gz", hash = "sha256:de3eedaad74a2683334e282005cd8d7f22f4d55fa690a2a1020a416cb0a47e73"},
897] 911]
diff --git a/pyproject.toml b/pyproject.toml
index 4f749a5..ffcdc4d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,7 +9,7 @@ license = "GPL-2.0-only"
9python = "^3.9" 9python = "^3.9"
10beancount = { path = "beancount", develop = true } 10beancount = { path = "beancount", develop = true }
11"pdfminer.six" = "^20201018" 11"pdfminer.six" = "^20201018"
12requests = { version = "^2.25.1", optional = true } 12requests = { version = "^2.25.1", optional = true, extras = ["socks"] }
13SecretStorage = { version = "^3.3.0", optional = true } 13SecretStorage = { version = "^3.3.0", optional = true }
14 14
15[tool.poetry.dev-dependencies] 15[tool.poetry.dev-dependencies]