[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "okkybot" version = "0.0.0" authors = [ { name="David Timber", email="dxdt@dev.snart.me" }, ] description = "okkybot" readme = "README.md" requires-python = ">= 3.10" dependencies = [ "pyjson5", "openai", "pyjwt[crypto]" ] classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", ] [project.urls] Homepage = "https://github.com/kenu/funjava/" Issues = "https://github.com/kenu/funjava/issues"