-
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.
<>[]: <Fix fake codeallybasic dependency>
[] [ ]
- Loading branch information
Humberto Sanchez II
committed
Jan 9, 2024
1 parent
7ae36a1
commit bdb37b7
Showing
4 changed files
with
8 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,9 +12,7 @@ authors = [{name = 'Humberto A. Sanchez II', email = 'Humbert.A.Sanchez.II@gmail | |
maintainers = [{name = 'Humberto A. Sanchez II', email = '[email protected]'}] | ||
keywords = ['pyut', 'external model', 'python',] | ||
|
||
dependencies = [ | ||
'codeallybasic==0.5.2', | ||
] | ||
dependencies = [] | ||
|
||
[project.urls] | ||
Repository = 'https://github.com/hasii2011/pyutmodelv2' | ||
|
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,14 +1,14 @@ | ||
wheel==0.42.0 | ||
setuptools==69.0.2 | ||
setuptools==69.0.3 | ||
twine==4.0.2 | ||
build==1.0.3 | ||
html-testRunner~=1.2.1 | ||
mypy==1.7.1 | ||
mypy==1.8.0 | ||
|
||
mypy-extensions==1.0.0 | ||
types-setuptools==69.0.0.0 | ||
types-setuptools==69.0.0.20240106 | ||
typing_extensions==4.9.0 | ||
|
||
buildlackey==1.6.2 | ||
buildlackey==1.6.3 | ||
|
||
codeallybasic==0.5.2 | ||
codeallybasic==1.0.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__: str = '2.0.0' | ||
__version__: str = '2.0.1' |