Skip to content

Commit

Permalink
Update dependcy
Browse files Browse the repository at this point in the history
Update dependcy
  • Loading branch information
JE-Chen committed Oct 14, 2024
1 parent 611241a commit 21109f2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions stable.toml → dev.toml
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]" },
]
Expand All @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
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]" },
]
Expand All @@ -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",
Expand Down

0 comments on commit 21109f2

Please sign in to comment.