File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
77[project ]
88name = " automation_file_dev"
9- version = " 0.0.25 "
9+ version = " 0.0.26 "
1010authors = [
1111 { name = " JE-Chen" , email = " zenmailman@gmail.com" },
1212]
@@ -17,16 +17,14 @@ license = { text = "MIT" }
1717dependencies = [
1818 " google-api-python-client" ,
1919 " google-auth-httplib2" ,
20- " google-auth-oauthlib" ,
21- " APScheduler"
20+ " google-auth-oauthlib"
2221]
2322classifiers = [
2423 " Programming Language :: Python :: 3.9" ,
2524 " Development Status :: 2 - Pre-Alpha" ,
2625 " Environment :: Win32 (MS Windows)" ,
2726 " Environment :: MacOS X" ,
2827 " Environment :: X11 Applications" ,
29- " License :: OSI Approved :: MIT License" ,
3028 " Operating System :: OS Independent"
3129]
3230
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
77[project ]
88name = " automation_file"
9- version = " 0.0.23 "
9+ version = " 0.0.24 "
1010authors = [
1111 { name = " JE-Chen" , email = " zenmailman@gmail.com" },
1212]
@@ -18,7 +18,6 @@ dependencies = [
1818 " google-api-python-client" ,
1919 " google-auth-httplib2" ,
2020 " google-auth-oauthlib" ,
21- " APScheduler"
2221]
2322classifiers = [
2423 " Programming Language :: Python :: 3.9" ,
You can’t perform that action at this time.
0 commit comments