Move socks testing requirement into requirements-dev.txt (#6035)

This commit is contained in:
Marwan
2022-01-06 18:57:59 +01:00
committed by GitHub
parent 31a89d9c84
commit 620ed4fc52
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -1,6 +1,5 @@
.PHONY: docs
init:
pip install -e .[socks]
pip install -r requirements-dev.txt
test:
# This runs all of the tests, on both Python 2 and Python 3.