Skip to content

Commit

Permalink
update setup.py dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Mar 18, 2020
1 parent 0945cde commit 31db4f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
FROM hdfgroup/python:3.7
MAINTAINER John Readey <jreadey@hdfgroup.org>
RUN pip install azure-storage-blob
RUN pip install aiofiles
RUN pip install pyjwt
RUN mkdir /usr/local/src/hsds-src/ /usr/local/src/hsds/
COPY . /usr/local/src/hsds-src
RUN pip install /usr/local/src/hsds-src/
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@
'aiohttp',
'aiofiles',
'botocore',
'cryptography',
'kubernetes',
'numba',
'numpy >= 1.10.4',
'psutil',
'pyjwt',
'pytz',
'requests', # for tests and examples
'requests',
]


Expand Down

0 comments on commit 31db4f4

Please sign in to comment.