-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
63701d2
commit 906ebaa
Showing
2 changed files
with
69 additions
and
69 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "4dn-cloud-infra" | ||
version = "4.1.3.1b2" # TODO: To become 4.2.0 | ||
version = "4.1.3.1b3" # TODO: To become 4.2.0 | ||
description = "Repository for generating Cloudformation Templates to orchestrate the CGAP Ecosystem" | ||
authors = ["4DN-DCIC Team <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -17,40 +17,40 @@ boto3 = "^1.34.136" | |
botocore = "^1.34.136" | ||
chalice = "^1.29.0" | ||
cffi = "^1.15.1" | ||
dcicutils = "8.12.0.1b10" | ||
dcicutils = "^8.13.0" | ||
|
||
# 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.0.0" | ||
magma-suite = "3.4.1.1b5" | ||
magma-suite = "3.4.1.1b6" | ||
prettytable = "3.3.0" | ||
# tibanna = "^5.1.0" | ||
tibanna = "5.2.2.1b1" | ||
tibanna = "5.2.2.1b3" | ||
# tibanna-ff = "^3.1.1" | ||
tibanna-ff = "3.4.1.1b4" | ||
tibanna-ff = "3.4.1.1b6" | ||
tqdm = ">=4.62.3" | ||
troposphere = "^4.7.0" | ||
|
||
# Foursight ... | ||
|
||
foursight-core = "5.5.0.1b2" | ||
foursight-core = "5.5.0.1b3" | ||
|
||
# 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.7" | ||
foursight-smaht = "0.8.7.1b5" | ||
foursight-smaht = "0.8.7.1b6" | ||
|
||
[tool.poetry.group.foursight_cgap.dependencies] | ||
foursight-cgap = "4.3.0.1b4" | ||
foursight-cgap = "4.3.0.1b5" | ||
|
||
[tool.poetry.group.foursight_fourfront.dependencies] | ||
foursight = "4.7.1.1b4" | ||
foursight = "4.7.1.1b5" | ||
|
||
[tool.poetry.dev-dependencies] | ||
jupyter = "1.0.0" | ||
|