Add tests for remote actors (fetch keys via http.)

This commit is contained in:
Adam Kelly
2020-05-13 12:26:07 +01:00
parent 3236e95ea2
commit 4974fe4e5b
2 changed files with 52 additions and 4 deletions

View File

@ -10,3 +10,4 @@ pycryptodome==3.9.4
python-dateutil==2.8.1
redis==3.4.1
requests==2.22.0
responses==0.10.14