[project] name = "worktime" version = "1.0.0" requires-python = "~=3.12" dependencies = [ "pyxdg>=0.28,<0.29", "python-dateutil>=2.9.0.post0,<3", "uritools>=4.0.3,<5", "requests>=2.32.3,<3", "tabulate>=0.9.0,<0.10", "toml>=0.10.2,<0.11", "jsonpickle>=4.0.5,<5", ] [project.scripts] worktime = "worktime.__main__:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [dependency-groups] dev = []