Skip to content

Commit 65559d8

Browse files
committed
Remove paramiko and digitalocean as requirements
1 parent 9d3511b commit 65559d8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The following examples demonstrate how to use the driver in each mode.
3636

3737
### Default mode (blocking I/O)
3838
The driver's default mode of operation is to use blocking I/O, i.e. standard Python
39-
sockets. This example shows how to create a table, populate with data, and get every
39+
sockets. This example shows how to create a table, populate with data, and get every
4040
document.
4141

4242
```python
@@ -252,6 +252,7 @@ Remote test will create a new temporary SSH key and a Droplet for you until the
252252
| DO_REGION | sfo2 |
253253

254254
```bash
255+
$ pip install paramiko python-digitalocean
255256
$ export DO_TOKEN=<YOUR_TOKEN>
256257
$ make test-remote
257258
```

requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@ codacy-coverage==1.3.11
22
mock==2.0.0
33
pytest-cov==2.6.1
44
pytest==4.3.0
5-
paramiko==2.4.2
6-
python-digitalocean==1.13.2
75
six==1.12.0

0 commit comments

Comments
 (0)