Skip to content
Snippets Groups Projects
Unverified Commit bc9f12b9 authored by Varac's avatar Varac
Browse files

Add requests dep

parent a99c16aa
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
plac==1.4.3 plac==1.4.3
# https://pypi.org/project/PyYAML/#history # https://pypi.org/project/PyYAML/#history
pyyaml==6.0.1 pyyaml==6.0.1
requests==2.31.0
#Only needed for indicator.py #Only needed for indicator.py
# pygobject # pygobject
......
...@@ -6,15 +6,21 @@ ...@@ -6,15 +6,21 @@
# #
build==1.1.1 build==1.1.1
# via pip-tools # via pip-tools
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
click==8.1.7 click==8.1.7
# via pip-tools # via pip-tools
greenlet==3.0.3 greenlet==3.0.3
# via pynvim # via pynvim
idna==3.6
# via requests
msgpack==1.0.8 msgpack==1.0.8
# via pynvim # via pynvim
neovim==0.3.1 neovim==0.3.1
# via -r requirements.in # via -r requirements.in
packaging==23.2 packaging==24.0
# via build # via build
pip-tools==7.4.1 pip-tools==7.4.1
# via -r requirements.in # via -r requirements.in
...@@ -28,7 +34,11 @@ pyproject-hooks==1.0.0 ...@@ -28,7 +34,11 @@ pyproject-hooks==1.0.0
# pip-tools # pip-tools
pyyaml==6.0.1 pyyaml==6.0.1
# via -r requirements.in # via -r requirements.in
wheel==0.42.0 requests==2.31.0
# via -r requirements.in
urllib3==2.2.1
# via requests
wheel==0.43.0
# via pip-tools # via pip-tools
# The following packages are considered to be unsafe in a requirements file: # The following packages are considered to be unsafe in a requirements file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment