nficano commited on
Commit
519de36
·
1 Parent(s): 161e838

er urllib3

Browse files
Files changed (1) hide show
  1. Makefile +2 -1
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 pipenv
 
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