Install python3-requests
This commit is contained in:
parent
69a8080050
commit
7f24e5c1bf
|
@ -10,7 +10,7 @@ py39-django22:
|
|||
apt-get update &&
|
||||
apt-get install --no-install-recommends -y
|
||||
python3-django python3-django-reversion python3-djangorestframework
|
||||
python3-docutils tox
|
||||
python3-docutils python3-requests tox
|
||||
script: tox -e py39
|
||||
|
||||
linters:
|
||||
|
|
|
@ -4,3 +4,4 @@ django-filter~=2.4
|
|||
django-reversion~=3.0
|
||||
djangorestframework~=3.12
|
||||
django_extensions~=3.0
|
||||
requests~=2.25 # for scrapping
|
||||
|
|
Loading…
Reference in New Issue