Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 02c6194

Browse files
authored
adding requests as a dep for install (#18)
* adding requests as a dep for install * remove CI for PR until we have something to check
1 parent f66e976 commit 02c6194

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

.drone.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,3 @@
1-
---
2-
kind: pipeline
3-
type: docker
4-
name: review
5-
6-
platform:
7-
os: linux
8-
arch: amd64
9-
10-
steps:
11-
- name: test
12-
image: python:3.7.5-alpine
13-
commands:
14-
- pip install -U tox
15-
- tox
16-
17-
trigger:
18-
branch:
19-
- master
20-
event:
21-
- pull_request
22-
231
---
242
kind: pipeline
253
type: docker

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@ def get_readme_md_contents():
3333
install_requires=[
3434
"websocket-client==0.56.0",
3535
"websockets==8.0.2",
36+
"requests==2.22.0"
3637
]
3738
)

0 commit comments

Comments
 (0)