Skip to content

Commit

Permalink
Update requirements and upload dev version
Browse files Browse the repository at this point in the history
* Update requirements and upload dev version
* Delete test_source
  • Loading branch information
JE-Chen committed Oct 17, 2024
1 parent fcee98f commit 29dea5d
Show file tree
Hide file tree
Showing 19 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ je-mail-thunder
automation_ide_dev
sphinx
sphinx-rtd-theme
PySide6==6.7.3
PySide6==6.8.0.1
Empty file removed exe/test_source/1.png
Empty file.
Empty file removed exe/test_source/2.png
Empty file.
Empty file removed exe/test_source/3.png
Empty file.
Empty file removed exe/test_source/4.png
Empty file.
Empty file removed exe/test_source/5.png
Empty file.
Empty file removed exe/test_source/6.png
Empty file.
Empty file removed exe/test_source/7.png
Empty file.
Empty file removed exe/test_source/8.png
Empty file.
Empty file removed exe/test_source/9.png
Empty file.
Empty file removed exe/test_source/equal.png
Empty file.
Empty file removed exe/test_source/minus.png
Empty file.
Empty file removed exe/test_source/plus.png
Empty file.
Empty file removed exe/test_source/test.png
Empty file.
Empty file removed exe/test_source/test1.PNG
Empty file.
Empty file removed exe/test_source/test_template.png
Empty file.
10 changes: 5 additions & 5 deletions pyproject.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.35"
name = "automation_ide_dev"
version = "0.0.36"
authors = [
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
]
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", "PySide6==6.7.3"
"automation-file", "PySide6==6.8.0.1"
]
classifiers = [
"Programming Language :: Python :: 3.9",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
automation_ide
PySide6==6.7.3
PySide6==6.8.0.1
je_editor
je_auto_control
8 changes: 4 additions & 4 deletions dev.toml → stable.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# 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"
name = "automation_ide"
version = "0.0.35"
authors = [
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
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", "PySide6==6.7.3"
"automation-file", "PySide6==6.8.0.1"
]
classifiers = [
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit 29dea5d

Please sign in to comment.