Initial commit
This commit is contained in:
commit
a52293d588
5
.nova/Configuration.json
Normal file
5
.nova/Configuration.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"workspace.art_style" : 0,
|
||||
"workspace.color" : 2,
|
||||
"workspace.name" : "jwst-plotter"
|
||||
}
|
15
pyproject.toml
Normal file
15
pyproject.toml
Normal file
@ -0,0 +1,15 @@
|
||||
[tool.poetry]
|
||||
name = "jwst-plotter"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Max Nuding <max.nuding@icloud.com>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
requests = "^2.26.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
Loading…
Reference in New Issue
Block a user