Skip to content

Commit

Permalink
Remove intuit-oauth
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredthecoder committed Apr 19, 2024
1 parent c7936a0 commit b252a73
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ verify_ssl = true
[packages]
urllib3 = ">=1.26.5"
bleach = ">=3.3.0"
intuit-oauth = {git = "git+https://github.com/uncategorizedexpense/oauth-pythonclient.git@master#egg=intuit-oauth"}
# Not needed as installed by Uncat core
# intuit-oauth = {git = "git+https://github.com/uncategorizedexpense/oauth-pythonclient.git@master#egg=intuit-oauth"}
rauth = ">=0.7.3"
requests = ">=2.31.0"
simplejson = ">=3.19.1"
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
intuit-oauth @ git+https://github.com/uncategorizedexpense/oauth-pythonclient.git@master#egg=intuit-oauth
rauth>=0.7.3
requests_oauthlib>=1.3.1
requests>=2.31.0
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ def read(*parts):

install_requires=[
'setuptools',
'intuit-oauth @ git+https://github.com/uncategorizedexpense/oauth-pythonclient.git@master#egg=intuit-oauth',
# Not needed as installed by Uncat core
# 'intuit-oauth @ git+https://github.com/uncategorizedexpense/oauth-pythonclient.git@master#egg=intuit-oauth',
'rauth>=0.7.3',
'requests>=2.31.0',
'simplejson>=3.19.1',
Expand Down

0 comments on commit b252a73

Please sign in to comment.