-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
39 lines (34 loc) · 973 Bytes
/
pyproject.toml
File metadata and controls
39 lines (34 loc) · 973 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
38
39
[tool.poetry]
name = "mdps-ds-lib"
version="1.2.0.dev000400"
description = "Mission Data System - MDPS (Unity) Data Service Core library"
authors = ["Wai Phyo <wai.phyo@jpl.nasa.gov>"]
license = "Apache 2.0"
readme = "README.md"
packages = [{include = "mdps_ds_lib"}]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
]
#requires-python = ">=3.9"
[project.urls]
Homepage = "https://github.com/unity-sds/sampleproject"
Issues = "https://github.com/unity-sds/sampleproject/issues"
[tool.poetry.dependencies]
python = "^3.9"
boto3 = "^1.36.11"
#elasticsearch = "7.13.4"
fastjsonschema = "^2.19.1"
requests-aws4auth="1.2.3"
pystac="1.9.0"
xmltodict="0.13.0"
tenacity="8.2.3"
jsonschema = "^4.23.0"
python-dotenv = "^1.0.1"
opensearch-py = "^3.0.0"
[project]
name = "mdps-ds-lib"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"