er urllib3
Browse files
Makefile
CHANGED
@@ -5,7 +5,8 @@ help:
|
|
5 |
@echo "install - install the package to the active Python's site-packages"
|
6 |
|
7 |
ci:
|
8 |
-
pip install
|
|
|
9 |
pipenv install --dev
|
10 |
pipenv run pytest --cov-report term-missing --cov=pytube
|
11 |
|
|
|
5 |
@echo "install - install the package to the active Python's site-packages"
|
6 |
|
7 |
ci:
|
8 |
+
pip install requests urllib3 pyOpenSSL --force --upgrade
|
9 |
+
pip install pipenv
|
10 |
pipenv install --dev
|
11 |
pipenv run pytest --cov-report term-missing --cov=pytube
|
12 |
|