Skip to content

Commit

Permalink
Restore markers to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Sep 21, 2023
1 parent 43c6c6f commit 203547e
Showing 1 changed file with 25 additions and 18 deletions.
43 changes: 25 additions & 18 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,27 @@
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#

-i https://pypi.org/simple
attrs==23.1.0
cattrs==23.1.2
cattrs==23.1.2; python_version >= '3.7'
certifi==2023.7.22
charset-normalizer==3.2.0
click==8.1.7
deprecated==1.2.14
idna==3.4
importlib-metadata==6.8.0
idna==3.4; python_version >= '3.5'
importlib-metadata==6.8.0; python_version >= '3.8'
inquirerpy==0.3.4
linkify-it-py==2.0.2
markdown-it-py==3.0.0
markdown-it-py==3.0.0; python_version >= '3.7'
mdit-py-plugins==0.4.0
mdurl==0.1.2
mdurl==0.1.2; python_version >= '3.7'
oauthlib==3.2.2
pfzy==0.3.4
platformdirs==3.10.0
pfzy==0.3.4; python_version >= '3.7' and python_version < '4.0'
platformdirs==3.10.0; python_version >= '3.7'
plexapi==4.15.2
prompt-toolkit==3.0.39
pygments==2.16.1
Expand All @@ -23,21 +30,21 @@ python-git-info==0.8.3
pytimeparse==1.1.8
pytrakt==3.4.24
pyyaml==6.0.1
requests==2.31.0
requests-cache==1.1.0
requests-oauthlib==1.3.1
requests-oauthlib==1.3.1; python_version >= '3.4'
requests==2.31.0
rich==13.5.3
six==1.16.0
textual==0.38.0
six==1.16.0; python_version >= '3.4'
textual==0.38.0; python_version >= '3.7' and python_version < '4.0'
tqdm==4.66.1
tree-sitter==0.20.2
tree-sitter-languages==1.7.0
tree-sitter-languages==1.7.0; python_version >= '3.8' and python_version < '4.0'
tree-sitter==0.20.2; python_version >= '3.3'
trogon==0.5.0
typing-extensions==4.8.0
uc-micro-py==1.0.2
url-normalize==1.4.3
typing-extensions==4.8.0; python_version >= '3.7'
uc-micro-py==1.0.2; python_version >= '3.7'
url-normalize==1.4.3; python_version >= '3.6'
urllib3==2.0.5
wcwidth==0.2.6
websocket-client==1.6.3
wrapt==1.15.0
zipp==3.17.0
wrapt==1.15.0; python_version >= '3.5'
zipp==3.17.0; python_version >= '3.8'

0 comments on commit 203547e

Please sign in to comment.