Skip to content

Commit

Permalink
use specify version webdriver-manager
Browse files Browse the repository at this point in the history
use specify version webdriver-manager
  • Loading branch information
JE-Chen committed Aug 3, 2023
1 parent 0f4f52d commit 38e51a1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 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 build dev version
# This is dev version
[build-system]
requires = ["setuptools>=61.0"]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[project]
name = "je_web_runner"
version = "0.0.47"
name = "je_web_runner_dev"
version = "0.0.78"
authors = [
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
]
Expand All @@ -17,11 +17,11 @@ dependencies = [
"selenium>=4.0.0",
'requests',
'python-dotenv',
"webdriver-manager",
"webdriver-manager==3.8.6",
"APScheduler",
]
classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.7",
"Development Status :: 2 - Pre-Alpha",
"Environment :: Win32 (MS Windows)",
"Environment :: MacOS X",
Expand Down
14 changes: 7 additions & 7 deletions dev.toml → stable.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Rename to build dev version
# This is dev version
# Rename to build stable version
# This is stable version
[build-system]
requires = ["setuptools"]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "je_web_runner_dev"
version = "0.0.77"
name = "je_web_runner"
version = "0.0.48"
authors = [
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
]
Expand All @@ -17,11 +17,11 @@ dependencies = [
"selenium>=4.0.0",
'requests',
'python-dotenv',
"webdriver-manager",
"webdriver-manager==3.8.6",
"APScheduler",
]
classifiers = [
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Development Status :: 2 - Pre-Alpha",
"Environment :: Win32 (MS Windows)",
"Environment :: MacOS X",
Expand Down

0 comments on commit 38e51a1

Please sign in to comment.