Skip to content

Commit

Permalink
Remove requests Python build dependency
Browse files Browse the repository at this point in the history
It's leftover from Buck and no longer used in Bazel
  • Loading branch information
p0deje committed May 12, 2021
1 parent b287e73 commit d2b0071
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Selenium
# Selenium

[![Python workflow](https://github.com/SeleniumHQ/selenium/workflows/Python%20workflow/badge.svg)](https://github.com/SeleniumHQ/selenium/actions?query=workflow%3A%22Python+workflow%22)
[![Ruby workflow](https://github.com/SeleniumHQ/selenium/workflows/Ruby%20workflow/badge.svg)](https://github.com/SeleniumHQ/selenium/actions?query=workflow%3A%22Ruby+workflow%22)
Expand Down Expand Up @@ -49,7 +49,6 @@ before submitting your pull requests.
installed. If you're met with a list of command-line options, you're referencing the JDK properly.
* [Python 3.7+](https://www.python.org/downloads/)
* `python` on the PATH
* [The Requests Library](http://python-requests.org) for Python: `pip install requests`
* [The tox automation project](http://tox.readthedocs.org/) for Python: `pip install tox`
* MacOS users should have the latest version of Xcode installed, including the command-line tools.
The following command should work:
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ before_test:
- ruby -v
- gem -v
- bundle -v
- pip install requests
- chromedriver.exe --version
- geckodriver.exe --version
- IEDriverServer.exe --version
Expand Down

0 comments on commit d2b0071

Please sign in to comment.