Skip to content

Commit d2b0071

Browse files
committed
Remove requests Python build dependency
It's leftover from Buck and no longer used in Bazel
1 parent b287e73 commit d2b0071

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Selenium
1+
# Selenium
22

33
[![Python workflow](https://github.com/SeleniumHQ/selenium/workflows/Python%20workflow/badge.svg)](https://github.com/SeleniumHQ/selenium/actions?query=workflow%3A%22Python+workflow%22)
44
[![Ruby workflow](https://github.com/SeleniumHQ/selenium/workflows/Ruby%20workflow/badge.svg)](https://github.com/SeleniumHQ/selenium/actions?query=workflow%3A%22Ruby+workflow%22)
@@ -49,7 +49,6 @@ before submitting your pull requests.
4949
installed. If you're met with a list of command-line options, you're referencing the JDK properly.
5050
* [Python 3.7+](https://www.python.org/downloads/)
5151
* `python` on the PATH
52-
* [The Requests Library](http://python-requests.org) for Python: `pip install requests`
5352
* [The tox automation project](http://tox.readthedocs.org/) for Python: `pip install tox`
5453
* MacOS users should have the latest version of Xcode installed, including the command-line tools.
5554
The following command should work:

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ before_test:
2121
- ruby -v
2222
- gem -v
2323
- bundle -v
24-
- pip install requests
2524
- chromedriver.exe --version
2625
- geckodriver.exe --version
2726
- IEDriverServer.exe --version

0 commit comments

Comments
 (0)