Skip to content

Commit

Permalink
Update dev and stable version
Browse files Browse the repository at this point in the history
Update dev and stable version
* Fix APScheduler
  • Loading branch information
JE-Chen45 committed Aug 15, 2023
1 parent d20016a commit a660ca5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dev.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ build-backend = "setuptools.build_meta"

[project]
name = "je_api_testka_dev"
version = "0.0.105"
version = "0.0.106"
authors = [
{ name = "JE-Chen", email = "[email protected]" },
]
description = "Requests Automation Framework"
requires-python = ">=3.9"
license = { text = "MIT" }
dependencies = [
"requests", "Flask", "APScheduler==3.10.1", "httpx"
"requests", "Flask", "APScheduler", "httpx"
]
classifiers = [
"Programming Language :: Python :: 3.9",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ build-backend = "setuptools.build_meta"

[project]
name = "je_api_testka"
version = "0.0.119"
version = "0.0.120"
authors = [
{ name = "JE-Chen", email = "[email protected]" },
]
description = "Requests Automation Framework"
requires-python = ">=3.9"
license = { text = "MIT" }
dependencies = [
"requests", "Flask", "APScheduler==3.10.1", "httpx"
"requests", "Flask", "APScheduler", "httpx"
]
classifiers = [
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit a660ca5

Please sign in to comment.