-
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.
Merge pull request #15 from Project-OMOTES/sdk-0.0.3
Sdk 0.0.3
- Loading branch information
Showing
3 changed files
with
42 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
[project] | ||
name = "orchestrator" | ||
dynamic = ["version"] | ||
authors = [{ name = "Sebastiaan la Fleur", email = "[email protected]" }] | ||
authors = [ | ||
{ name = "Sebastiaan la Fleur", email = "[email protected]" }, | ||
{ name = "Mark Vrijlandt", email = "[email protected]" }, | ||
] | ||
description = "Orchestrator component of OMOTES project which monitors workflows and starts the various steps of each workflow." | ||
classifiers = [ | ||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)", | ||
|
@@ -23,8 +26,7 @@ dependencies = [ | |
"sqlalchemy ~= 2.0.23", | ||
"psycopg2 ~= 2.9.9", | ||
"celery[sqlalchemy] ~= 5.3.6", | ||
"omotes-sdk-python ~= 0.0.1", | ||
"omotes-job-tools ~= 0.0.1", | ||
"omotes-sdk-python ~= 0.0.3", | ||
"jsonpickle ~= 3.0.2", | ||
] | ||
|
||
|
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