Skip to content

Commit

Permalink
Use trakt from git repository
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Oct 23, 2022
1 parent 97bd339 commit e7aa1b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ requests = ">=2.25.1"
requests-cache = "==0.9.6"
rich = "==12.6.0"
tqdm = "==4.64.1"
trakt = "==3.4.0"
trakt = {ref = "3.4.0", git = "https://github.com/glensc/python-trakt"}
urllib3 = ">=1.26.6"
websocket-client = "==1.4.1"

Expand Down
8 changes: 4 additions & 4 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ click==8.1.3
commonmark==0.9.1
deprecated==1.2.13
exceptiongroup==1.0.0rc9; python_version < '3.11'
git+https://github.com/glensc/[email protected]#egg=trakt
idna==3.4; python_version >= '3.5'
inquirerpy==0.3.4
oauthlib==3.2.2; python_version >= '3.6'
Expand All @@ -31,7 +32,6 @@ requests==2.28.1
rich==12.6.0
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
tqdm==4.64.1
trakt==3.4.0
url-normalize==1.4.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
urllib3==1.26.12
wcwidth==0.2.5
Expand Down

0 comments on commit e7aa1b4

Please sign in to comment.