[project] name = "xactfetch" authors = [ {name = "Dustin C. Hatch", email = "dustin@hatch.name"}, ] description = "Fetch transaction exports from online banking websites" requires-python = ">=3.10" license = {text = "CC0"} classifiers = [ "License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication", "Programming Language :: Python :: 3", ] dependencies = [ "playwright~=1.32", "requests~=2.29.0", ] dynamic = ["version"] [project.scripts] xactfetch = "xactfetch:main" [build-system] requires = ["setuptools", "setuptools-scm"] build-backend = "setuptools.build_meta" [tool.setuptools_scm] [tool.pyright] venvPath = '.' venv = '.venv'