blob: 380feb56e1c3bf857bc465a76240376da1fd93c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[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"
|