Skip to content

Commit e95d1b1

Browse files
author
Charlotte Godley
committed
use requirements file
1 parent 9e44588 commit e95d1b1

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.drone.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ steps:
66
image: python:3.8.0-alpine3.10
77
commands:
88
- pip3 install --upgrade pip setuptools wheel pytest hypothesis
9+
- pip3 install -r requirements.txt
910
- pip3 install .
1011
- pytest dotscience
1112
- name: pypi_publish

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
datadots-api>=0.2.1
2+
requests

0 commit comments

Comments
 (0)