-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #46 from carsdotcom/forge_patches
Forge 1.1.0 Updates
- Loading branch information
Showing
15 changed files
with
109 additions
and
89 deletions.
There are no files selected for viewing
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
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
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
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 |
---|---|---|
|
@@ -8,8 +8,17 @@ readme = "README.md" | |
requires-python = ">=3.7" | ||
license = "Apache-2.0" | ||
authors = [ | ||
{name = "Nikhil Patel", email = "[email protected]"} | ||
{name = "Nikhil Patel", email = "[email protected]"}, | ||
{name = "Gabriele Ron", email = "[email protected]"}, | ||
{name = "Joao Moreira", email = "[email protected]"} | ||
] | ||
|
||
maintainers = [ | ||
{name = "Nikhil Patel", email = "[email protected]"}, | ||
{name = "Gabriele Ron", email = "[email protected]"}, | ||
{name = "Joao Moreira", email = "[email protected]"} | ||
] | ||
|
||
keywords = [ | ||
"AWS", | ||
"EC2", | ||
|
@@ -19,6 +28,7 @@ keywords = [ | |
"Cluster", | ||
"Jupyter" | ||
] | ||
|
||
classifiers = [ | ||
"Development Status :: 5 - Production/Stable", | ||
"Environment :: Console", | ||
|
@@ -34,18 +44,21 @@ classifiers = [ | |
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
] | ||
|
||
dynamic = ["version"] | ||
|
||
dependencies = [ | ||
"boto3~=1.19.0", | ||
"pyyaml~=5.3.0", | ||
"schema~=0.7.0", | ||
"boto3", | ||
"pyyaml", | ||
"schema", | ||
] | ||
|
||
[project.optional-dependencies] | ||
test = [ | ||
"pytest~=7.1.0", | ||
"pytest-cov~=4.0" | ||
"pytest", | ||
"pytest-cov" | ||
] | ||
|
||
dev = [ | ||
"bump2version~=1.0", | ||
] | ||
|
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.