Skip to content

Commit

Permalink
Remove Unused Dependency: requests (#840)
Browse files Browse the repository at this point in the history
* Remove unused dependency: requests

* Remove requests from KivyRecipe python_depends

* Revert "Remove requests from KivyRecipe python_depends"

This reverts commit 8e35121.
  • Loading branch information
gdrosos authored Aug 24, 2023
1 parent d3e8c6f commit 14b21b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
pbxproj==3.5.0
Pillow>=6.1.0
requests>=2.13
cookiecutter==2.1.1
sh==1.12.14
Cython==0.29.36
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ install_requires =
cookiecutter
pbxproj
Pillow
requests
sh
packages = find:
# note this is a bit excessive as it includes absolutely everything
Expand Down

0 comments on commit 14b21b5

Please sign in to comment.