We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f66e976 commit 02c6194Copy full SHA for 02c6194
.drone.yml
@@ -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
23
---
24
kind: pipeline
25
type: docker
setup.py
@@ -33,5 +33,6 @@ def get_readme_md_contents():
33
install_requires=[
34
"websocket-client==0.56.0",
35
"websockets==8.0.2",
36
+ "requests==2.22.0"
37
]
38
)
0 commit comments