-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
109 lines (98 loc) · 4.68 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
[tool.poetry]
name = "4dn-cloud-infra"
version = "4.4.0"
description = "Repository for generating Cloudformation Templates to orchestrate the CGAP Ecosystem"
authors = ["4DN-DCIC Team <4dn-dcic@gmail.com>"]
license = "MIT"
packages = [
{ include = "src" }
]
[tool.poetry.dependencies]
# Chalice is problematic with Python 3.11 (cffi package won't install and required at run-time).
python = ">=3.9,<3.13"
awacs = "^2.0.0"
awscli = ">=1.33.29"
boto3 = "^1.34.147"
botocore = "^1.34.147"
chalice = "^1.29.0"
cffi = "^1.15.1"
dcicutils = "^8.14.2"
# pyrsistent = "^0.17.3"
# We don't want to use python-levenshtein if at all possible. See me or Andy for details. -kmp 17-Aug-2021
# python-levenshtein = "^0.12.2"
pbkdf2 = "1.3"
#submit-cgap = "1.3.0"
magma-suite = "^3.6.0"
prettytable = "3.3.0"
tibanna = "^5.4.3"
tibanna-ff = "^3.5.0"
tqdm = ">=4.62.3"
troposphere = "^4.7.0"
# Foursight ...
foursight-core = "^5.6.1"
# Define poetry "groups" for foursight-cgap and foursight, named foursight_cgap and
# foursight_fourfront, respectively. This is so we can conditionally include either but
# not both in the Chalice package (via foursight_core/deploy.py). dmichaels/2022-11-01.
[tool.poetry.group.foursight_smaht.dependencies]
foursight-smaht = "^0.8.8"
[tool.poetry.group.foursight_cgap.dependencies]
foursight-cgap = "^4.4.0"
[tool.poetry.group.foursight_fourfront.dependencies]
foursight = "^4.8.2"
[tool.poetry.dev-dependencies]
jupyter = "1.0.0"
#numpy = "1.21.6" # added to allow to lock, last viable version for 3.7 - Will July 21 2022
#pandas = "1.3.5" # added to allow to lock, last viable version for 3.7 - Will July 21 2022
cfn-flip = "1.2.3" # do we need to specify this explicitly? -kmp 27-Jul-2021
cfn-lint = "^0.86.4" # a secondary check that catches more things than standard validate - Will 4/1/2021
boto3-stubs = "^1.34.147"
botocore-stubs = "^1.34.147"
# Linting generally
flake8 = ">=3.9.2"
mock = "^4.0.3"
# pygments is used by PyCharm
pygments = ">=2.10.0"
pytest = ">=5.1.2" # 5.1.2 is needed by foursight-cgap, but otherwise we'd be happier for a higher version
[tool.poetry.scripts]
# dcicutils commands
add-image-tag = "dcicutils.ecr_scripts:add_image_tag_main"
show-global-env-bucket = "dcicutils.env_scripts:show_global_env_bucket_main"
show-image-manifest = "dcicutils.ecr_scripts:show_image_manifest_main"
show-image-catalog = "dcicutils.ecr_scripts:show_image_catalog_main"
unrelease-most-recent-image = "dcicutils.ecr_scripts:unrelease_most_recent_image_main"
# 4dn-cloud-infra commands
assure-global-env-bucket = "src.commands.assure_global_env_bucket:main"
cli = "src.cli:cli"
create-demo-metawfr = "src.commands.create_demo_metawfr:main"
init-custom-dir = "src.auto.init_custom_dir.cli:main"
setup-remaining-secrets = "src.auto.setup_remaining_secrets.cli:main"
update-cors-policy = "src.auto.update_cors_policy.cli:main"
update-kms-policy = "src.auto.update_kms_policy.cli:main"
update-sentieon-security = "src.auto.update_sentieon_security.cli:main"
datastore-attribute = "src.commands.find_resources:datastore_attribute_main"
deploy-ecs = "src.commands.deploy_ecs:main"
env-status = "src.commands.env_status:main"
fetch-file-items = "src.commands.fetch_file_items:main"
identity-swap = "src.commands.identity_swap:main"
load-knowledge-base = "src.commands.load_knowledge_base:main"
network-attribute = "src.commands.find_resources:network_attribute_main"
open-foursight-url = "src.commands.find_resources:open_foursight_url_main"
open-health-page-url = "src.commands.find_resources:open_health_page_url_main"
open-portal-url = "src.commands.find_resources:open_portal_url_main"
setup-tibanna-patches = "src.commands.setup_tibanna:setup_tibanna_patches_main"
setup-tibanna-pipeline-repo = "src.commands.setup_tibanna:setup_tibanna_pipeline_repo_main"
setup-tibanna-precheck = "src.commands.setup_tibanna:setup_tibanna_precheck_main"
setup-tibanna = "src.commands.setup_tibanna:setup_tibanna_main"
show-datastore-attribute = "src.commands.find_resources:show_datastore_attribute_main"
show-foursight-url = "src.commands.find_resources:show_foursight_url_main"
show-health-page-url = "src.commands.find_resources:show_health_page_url_main"
show-network-attribute = "src.commands.find_resources:show_network_attribute_main"
show-portal-url = "src.commands.find_resources:show_portal_url_main"
show-sentieon-server-ip = "src.commands.find_resources:show_sentieon_server_ip_main"
queue-ingestion = "src.commands.queue_ingestion:main"
resolve-foursight-checks = "src.commands.resolve_foursight_checks:main"
upload-application-version = "src.commands.upload_application_version:main"
upload-file-processed = "src.commands.upload_file_processed:main"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"