-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
38 lines (33 loc) · 940 Bytes
/
pyproject.toml
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
[tool.poetry]
name = "mdps-ds-lib"
version="1.1.1.dev000300"
description = "Mission Data System - MDPS (Unity) Data Service Core library"
authors = ["Wai Phyo <[email protected]>"]
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.26.51"
elasticsearch = "7.13.4"
fastjsonschema = "^2.19.1"
requests-aws4auth="1.2.3"
pystac="1.9.0"
xmltodict="0.13.0"
requests="2.31.0"
tenacity="8.2.3"
jsonschema = "^4.23.0"
[project]
name = "mdps-ds-lib"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"