diff options
author | Matthew Lemon <y@yulqen.org> | 2023-10-15 15:40:36 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-10-15 15:40:36 +0100 |
commit | 7c7d8eb3d2c6e75b3908cf759b4615865122e08d (patch) | |
tree | a0f1dc35ca902f034cc25ca5ca6ffae47b42a82a /pyproject.toml | |
parent | 8977813ff3d3717180827f4dfcb88ea96e4b5389 (diff) |
Fix test and update pyproject file
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 34e4e11..34b6be8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,13 +9,13 @@ datamaps = 'datamaps.main:cli' name = "datamaps" version = "1.1.9" authors = [ - { name="Matthew Lemon", email="matt@matthewlemon.com" }, + { name="Matthew Lemon", email="y@yulqen.org" }, ] description='Collect and clean data using Excel spreadsheets.' dependencies = [ 'click', 'python-dateutil', - 'bcompiler-engine>=1.1.5' + 'bcompiler-engine>=1.1.7' ] readme = "README.md" requires-python = ">=3.7" |