-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpyproject.toml
More file actions
37 lines (34 loc) · 849 Bytes
/
pyproject.toml
File metadata and controls
37 lines (34 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[tool.poetry]
name = "tess-backdrop"
version = "0.1.6"
description = ""
authors = ["Christina Hedges <christina.l.hedges@nasa.com>"]
exclude = ["src/tess_backdrop/data/sector*"]
[tool.poetry.dependencies]
python = ">=3.8,<3.10"
mkdocs = "^1.1.2"
mkdocs-material = "^7.1.3"
mkdocstrings = "^0.15.0"
astropy = "^4.2.1"
matplotlib = "^3.4.1"
scipy = "^1.6.3"
lightkurve = "^2.0.9"
fitsio = "^1.1.4"
mkdocs-jupyter = "^0.17.3"
fbpca = "^1.0"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
flake8 = "^3.9.0"
black = "^20.8b1"
isort = "^5.8.0"
mkdocs = "^1.1.2"
mkdocs-material = "^7.1.1"
mkdocstrings = "^0.15.0"
pytkdocs = {version = "^0.11.1", extras = ["numpy-style"]}
jupyterlab = "^3.0.14"
fitsio = "^1.1.4"
line-profiler = "^3.2.6"
tess-cloud = "^0.4.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"