-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
35 lines (31 loc) · 849 Bytes
/
pyproject.toml
File metadata and controls
35 lines (31 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
[tool.poetry]
name = "tva-automation-tools"
version = "0.1.0"
description = ""
authors = ["James Wood <james.f.wood@jpl.nasa.gov>"]
readme = "README.md"
package-mode = false
[[tool.poetry.source]]
name = "testpypi"
url = "https://test.pypi.org/simple/"
priority = "supplemental"
[tool.poetry.dependencies]
python = "^3.12"
requests = "^2.31.0"
gspread = "^6.0.2"
pytz = "^2025.1"
tqdm = "^4.66.1"
python-cmr = "^0.13.0"
boto3 = "^1.34.129"
cmr-umm-updater = { git = "https://github.com/podaac/cmr-umm-updater.git", branch = "main" }
gspread-formatting = "^1.2.0"
gql = {extras = ["all"], version = "^3.5.0"}
retrying = "^1.3.4"
hitide-backfill-tool = "^0.11.0"
beautifulsoup4 = "^4.12.3"
[tool.poetry.group.dev.dependencies]
pylint = "^3.1.0"
flake8 = "^7.0.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"