scrape-dandi/pyproject.toml

25 lines
478 B
TOML

[tool.poetry]
name = "scrape-dandi"
version = "0.1.0"
description = "scraping dandi"
authors = ["sneakers-the-rat <JLSaunders987@gmail.com>"]
readme = "README.md"
packages = [
{ include = "scrape_dandi" }
]
[tool.poetry.scripts]
scrape-dandi = "scrape_dandi:main"
[tool.poetry.dependencies]
python = "^3.11"
dandi = "^0.56.2"
matplotlib = "^3.8.0"
dandischema = "^0.8.4"
rdflib = "^7.0.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"