Skip to content

Commit 1f85cec

Browse files
authored
add cryptography to requirements (#988)
1 parent f24a30b commit 1f85cec

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

infra/scripts/test-end-to-end-batch-dataflow.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,8 @@ if [[ ${TEST_EXIT_CODE} != 0 ]]; then
300300

301301
echo "[DEBUG] Printing Python packages list"
302302
pip list
303+
else
304+
clean "$@"
303305
fi
304306

305-
clean "$@"
306307
exit ${TEST_EXIT_CODE}

sdk/python/requirements-ci.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
cryptography==3.1
12
flake8
23
black==19.10b0
34
isort>=5

0 commit comments

Comments
 (0)