As the title states. Also added in a prompt/execute capabiltiy into the CLI for the ``arcade run`` command Committed by @nbarbettini Original work by @Spartee
17 lines
356 B
TOML
17 lines
356 B
TOML
[tool.poetry]
|
|
name = "arcade_arithmetic"
|
|
version = "0.1.0"
|
|
description = "Nate's testing package for Arcade"
|
|
authors = ["Nate <nate@arcade-ai.com>"]
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
fastapi = "^0.110.3"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
pytest = "^7.4"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|