File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ verify_ssl = true
88[packages ]
99urllib3 = " >=1.26.5"
1010bleach = " >=3.3.0"
11- intuit-oauth = {git = " git+https://github.com/uncategorizedexpense/oauth-pythonclient.git@master#egg=intuit-oauth" }
11+ # Not needed as installed by Uncat core
12+ # intuit-oauth = {git = "git+https://github.com/uncategorizedexpense/oauth-pythonclient.git@master#egg=intuit-oauth"}
1213rauth = " >=0.7.3"
1314requests = " >=2.31.0"
1415simplejson = " >=3.19.1"
Original file line number Diff line number Diff line change 1- intuit-oauth @ git+https://github.com/uncategorizedexpense/oauth-pythonclient.git@master#egg=intuit-oauth
21rauth >= 0.7.3
32requests_oauthlib >= 1.3.1
43requests >= 2.31.0
Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ def read(*parts):
3131
3232 install_requires = [
3333 'setuptools' ,
34- 'intuit-oauth @ git+https://github.com/uncategorizedexpense/oauth-pythonclient.git@master#egg=intuit-oauth' ,
34+ # Not needed as installed by Uncat core
35+ # 'intuit-oauth @ git+https://github.com/uncategorizedexpense/oauth-pythonclient.git@master#egg=intuit-oauth',
3536 'rauth>=0.7.3' ,
3637 'requests>=2.31.0' ,
3738 'simplejson>=3.19.1' ,
You can’t perform that action at this time.
0 commit comments