diff options
Diffstat (limited to 'pyproject.toml')
-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" |