48 lines
1.1 KiB
TOML
48 lines
1.1 KiB
TOML
[build-system]
|
|
requires = ["setuptools>=68", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "mrvahepc"
|
|
version = "0.1.0"
|
|
description = "HTTP End Point for CodeQL databases"
|
|
readme = {file = "README.org", content-type = "text/plain"}
|
|
authors = [{name = "Michael Hohn", email = "hohn@github.com"}]
|
|
license = {file = "LICENSE"}
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"annotated-types==0.7.0",
|
|
"anyio==4.7.0",
|
|
"asttokens==3.0.0",
|
|
"click==8.1.7",
|
|
"decorator==5.1.1",
|
|
"executing==2.1.0",
|
|
"fastapi==0.115.6",
|
|
"h11==0.14.0",
|
|
"idna==3.10",
|
|
"ipython==8.30.0",
|
|
"jedi==0.19.2",
|
|
"matplotlib-inline==0.1.7",
|
|
"parso==0.8.4",
|
|
"pexpect==4.9.0",
|
|
"plumbum==1.9.0",
|
|
"prompt_toolkit==3.0.48",
|
|
"ptyprocess==0.7.0",
|
|
"pure_eval==0.2.3",
|
|
"pydantic==2.10.3",
|
|
"pydantic_core==2.27.1",
|
|
"Pygments==2.18.0",
|
|
"PyYAML==6.0.2",
|
|
"sniffio==1.3.1",
|
|
"stack-data==0.6.3",
|
|
"starlette==0.41.3",
|
|
"traitlets==5.14.3",
|
|
"typing_extensions==4.12.2",
|
|
"uvicorn==0.34.0",
|
|
"wcwidth==0.2.13",
|
|
]
|
|
|
|
[tool.setuptools]
|
|
packages = ["mrvahepc"]
|
|
script-files = ["bin/mc-hepc-init", "bin/mc-hepc-serve"]
|