File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525> pip install automation_file
2626
2727## Requires
28- > python 3.8 or later
28+ > python 3.9 or later
2929
3030### Architecture Diagram
3131![ architecture_diagram] ( architecture_diagram/FileAutomation.drawio.png )
Original file line number Diff line number Diff line change @@ -5,23 +5,23 @@ requires = ["setuptools>=61.0"]
55build-backend = " setuptools.build_meta"
66
77[project ]
8- name = " automation_file "
9- version = " 0.0.17 "
8+ name = " automation_file_dev "
9+ version = " 0.0.20 "
1010authors = [
1111 { name = " JE-Chen" , email = " zenmailman@gmail.com" },
1212]
1313description = " "
1414readme = { file = " README.md" , content-type = " text/markdown" }
15- requires-python = " >=3.8 "
15+ requires-python = " >=3.9 "
1616license = { text = " MIT" }
1717dependencies = [
1818 " google-api-python-client" ,
1919 " google-auth-httplib2" ,
2020 " google-auth-oauthlib" ,
21- " APScheduler"
21+ " APScheduler==3.10.1 "
2222]
2323classifiers = [
24- " Programming Language :: Python :: 3.7 " ,
24+ " Programming Language :: Python :: 3.9 " ,
2525 " Development Status :: 2 - Pre-Alpha" ,
2626 " Environment :: Win32 (MS Windows)" ,
2727 " Environment :: MacOS X" ,
Original file line number Diff line number Diff line change @@ -5,23 +5,23 @@ requires = ["setuptools>=61.0"]
55build-backend = " setuptools.build_meta"
66
77[project ]
8- name = " automation_file_dev "
9- version = " 0.0.19 "
8+ name = " automation_file "
9+ version = " 0.0.18 "
1010authors = [
1111 { name = " JE-Chen" , email = " zenmailman@gmail.com" },
1212]
1313description = " "
1414readme = { file = " README.md" , content-type = " text/markdown" }
15- requires-python = " >=3.8 "
15+ requires-python = " >=3.9 "
1616license = { text = " MIT" }
1717dependencies = [
1818 " google-api-python-client" ,
1919 " google-auth-httplib2" ,
2020 " google-auth-oauthlib" ,
21- " APScheduler"
21+ " APScheduler==3.10.1 "
2222]
2323classifiers = [
24- " Programming Language :: Python :: 3.7 " ,
24+ " Programming Language :: Python :: 3.9 " ,
2525 " Development Status :: 2 - Pre-Alpha" ,
2626 " Environment :: Win32 (MS Windows)" ,
2727 " Environment :: MacOS X" ,
You can’t perform that action at this time.
0 commit comments