scrape-dandi/pyproject.toml
2023-10-30 12:18:07 -07:00

22 lines
437 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"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"