jwst-plotter/pyproject.toml

20 lines
394 B
TOML
Raw Normal View History

2021-12-31 08:15:33 +00:00
[tool.poetry]
name = "jwst-plotter"
version = "0.1.0"
description = ""
authors = ["Max Nuding <max.nuding@icloud.com>"]
[tool.poetry.dependencies]
2022-01-08 01:48:38 +00:00
python = "^3.8.2, <3.11"
2021-12-31 08:15:33 +00:00
requests = "^2.26.0"
2021-12-31 09:48:56 +00:00
numpy = "1.21.5"
matplotlib = "3.5.1"
2021-12-31 11:06:54 +00:00
pandas = "^1.3.5"
screeninfo = "^0.8"
2021-12-31 08:15:33 +00:00
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"