[tool.poetry] name = "jwst-plotter" version = "0.1.0" description = "" authors = ["Max Nuding "] [tool.poetry.dependencies] python = "^3.8.2, <3.11" requests = "^2.26.0" numpy = "1.21.5" matplotlib = "3.5.1" pandas = "^1.3.5" [tool.poetry.dev-dependencies] [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"