-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependcy
- Loading branch information
Showing
2 changed files
with
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# Rename to build stable version | ||
# This is stable version | ||
# Rename to dev version | ||
# This is dev version | ||
[build-system] | ||
requires = ["setuptools>=61.0"] | ||
build-backend = "setuptools.build_meta" | ||
|
||
[project] | ||
name = "automation_ide" | ||
version = "0.0.34" | ||
name = "automation_ide_dev" | ||
version = "0.0.35" | ||
authors = [ | ||
{ name = "JE-Chen", email = "[email protected]" }, | ||
] | ||
|
@@ -16,7 +16,7 @@ license = { text = "MIT" } | |
dependencies = [ | ||
"je-editor", "je_auto_control", "je_web_runner", | ||
"je_load_density", "je_api_testka", "je-mail-thunder", | ||
"automation-file" | ||
"automation-file", "PySide6==6.7.3" | ||
] | ||
classifiers = [ | ||
"Programming Language :: Python :: 3.9", | ||
|
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,12 +1,12 @@ | ||
# Rename to dev version | ||
# This is dev version | ||
# Rename to build stable version | ||
# This is stable version | ||
[build-system] | ||
requires = ["setuptools>=61.0"] | ||
build-backend = "setuptools.build_meta" | ||
|
||
[project] | ||
name = "automation_ide_dev" | ||
version = "0.0.34" | ||
name = "automation_ide" | ||
version = "0.0.35" | ||
authors = [ | ||
{ name = "JE-Chen", email = "[email protected]" }, | ||
] | ||
|
@@ -16,7 +16,7 @@ license = { text = "MIT" } | |
dependencies = [ | ||
"je-editor", "je_auto_control", "je_web_runner", | ||
"je_load_density", "je_api_testka", "je-mail-thunder", | ||
"automation-file" | ||
"automation-file", "PySide6==6.7.3" | ||
] | ||
classifiers = [ | ||
"Programming Language :: Python :: 3.9", | ||
|