File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN pip install --upgrade pip wheel twine
2121# Preinstall dependencies for faster steps
2222RUN pip install --upgrade secp256k1 coincurve aiohttp eciespy python-magic typer
2323RUN pip install --upgrade 'aleph-message~=0.2.3' eth_account pynacl base58
24- RUN pip install --upgrade pytest pytest-cov pytest-asyncio mypy types-setuptools pytest-asyncio fastapi requests
24+ RUN pip install --upgrade pytest pytest-cov pytest-asyncio mypy types-setuptools pytest-asyncio fastapi httpx requests
2525
2626WORKDIR /opt/aleph-client/
2727COPY . .
Original file line number Diff line number Diff line change @@ -63,6 +63,8 @@ testing =
6363 pynacl
6464 base58
6565 fastapi
66+ # httpx is required in tests by fastapi.testclient
67+ httpx
6668 requests
6769 aleph-pytezos ==0.1.0
6870mqtt =
You can’t perform that action at this time.
0 commit comments