-
Notifications
You must be signed in to change notification settings - Fork 4
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
1cbbcdd
commit cfa4459
Showing
8 changed files
with
16 additions
and
16 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
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 |
---|---|---|
|
@@ -30,7 +30,7 @@ isort==5.10.1; python_full_version >= "3.6.2" and python_version < "4.0" | |
jmespath==1.0.0; python_version >= "3.7" | ||
lazy-object-proxy==1.7.1; python_version >= "3.6" and python_full_version >= "3.6.2" | ||
mccabe==0.6.1; python_full_version >= "3.6.2" | ||
mognet @ git+ssh://[email protected]/CognitiveCore-Utilities/project-mognet.git@val/quality-of-life-improvements ; python_version >= "3.8" and python_version < "4.0" | ||
mognet==1.3.2 | ||
motor==2.5.1; python_full_version >= "3.5.2" | ||
multidict==6.0.2; python_version >= "3.7" | ||
mypy-extensions==0.4.3; python_full_version >= "3.6.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
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 |
---|---|---|
|
@@ -5,9 +5,9 @@ description = "Mognet is a fast, simple framework to build distributed applicati | |
authors = ["André Carvalho <[email protected]>", "Christoph Auer <[email protected]>", "Michele Dolfi <[email protected]>", "Peter Staar <[email protected]>"] | ||
license = "MIT" | ||
readme = "README.md" | ||
homepage = "https://ibm.github.io/project-mognet/" | ||
repository = "https://github.com/IBM/project-mognet" | ||
documentation = "https://ibm.github.io/project-mognet/" | ||
homepage = "https://ds4sd.github.io/project-mognet/" | ||
repository = "https://github.com/DS4SD/project-mognet" | ||
documentation = "https://ds4sd.github.io/project-mognet/" | ||
classifiers = [ | ||
"Topic :: Software Development :: Libraries :: Python Modules", | ||
"Topic :: Software Development :: Version Control :: Git", | ||
|