diff --git a/.drone.yml b/.drone.yml index 0040f5f0..178de444 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,25 +1,3 @@ ---- -kind: pipeline -type: docker -name: review - -platform: - os: linux - arch: amd64 - -steps: -- name: test - image: python:3.7.5-alpine - commands: - - pip install -U tox - - tox - -trigger: - branch: - - master - event: - - pull_request - --- kind: pipeline type: docker diff --git a/setup.py b/setup.py index c98ba6ba..740c4453 100644 --- a/setup.py +++ b/setup.py @@ -33,5 +33,6 @@ def get_readme_md_contents(): install_requires=[ "websocket-client==0.56.0", "websockets==8.0.2", + "requests==2.22.0" ] )