Skip to content

Commit e274b46

Browse files
committed
added requests to install
1 parent ad4402a commit e274b46

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ci/pip_requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
coveralls
22
flake8
33
requests
4+
pytest
45
opentrons==3.19.0

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
packages=find_packages(),
1212
install_requires=['numpy',
1313
'opentrons',
14-
'pytest'],
14+
'pytest',
15+
'requests'],
1516

1617
classifiers=[
1718
'Development Status :: 1 - Planning',

0 commit comments

Comments
 (0)