foiaghost/pyproject.toml
2023-05-07 22:55:02 -05:00

19 lines
376 B
TOML

[tool.poetry]
name = "beakers"
version = "0.1.0"
description = ""
authors = ["James Turk <dev@jamesturk.net>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
scrapeghost = {path = "../scrapeghost", develop = true}
scrapelib = "^2.1.0"
httpx = "^0.24.0"
networkx = "^3.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"