Skip to content

Commit

Permalink
Merge pull request #536 from glensc/sync-requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc authored Oct 13, 2021
2 parents 7376593 + 8296991 commit 0f0259d
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,37 @@
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#

-i https://pypi.org/simple
appdirs==1.4.4
attrs==21.2.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
cattrs==1.8.0; python_version >= '3.7' and python_version < '4'
certifi==2021.5.30
charset-normalizer==2.0.6; python_version >= '3'
click==8.0.1
colorama==0.4.4; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
commonmark==0.9.1
deprecated==1.2.13
idna==3.2; python_version >= '3'
inquirerpy==0.2.4
oauthlib==3.1.1; python_version >= '3.6'
plexapi==4.7.2
prompt-toolkit==3.0.20; python_full_version >= '3.6.2'
pygments==2.10.0; python_version >= '3.5'
python-dotenv==0.19.0
python-git-info==0.7.1
requests-cache==0.8.1
requests>=2.25.1
requests-oauthlib==1.3.0
requests==2.26.0
rich==10.12.0
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
tqdm==4.62.3
trakt==3.2.1
urllib3>=1.26.7
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.7
wcwidth==0.2.5
websocket-client==1.2.1
wrapt==1.13.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'

0 comments on commit 0f0259d

Please sign in to comment.