diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2021-11-08 12:23:01 -0500 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2021-11-09 11:17:36 +0000 |
commit | 995123ec2024dd181194874456593bf06f2e07f1 (patch) | |
tree | c0b150c85216cc6f3a3b7a92d7d86d7ab1d39986 /test | |
parent | 90c397c505d35498b59756020e2d465f1b45e871 (diff) |
tests: fix missing dataclasses module in python 3.6
Type: fix
Fixes: b8165b96f
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Change-Id: Ic82a0404073a26e3d160b01c9038cde11eedf3ec
Diffstat (limited to 'test')
-rw-r--r-- | test/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/requirements.txt b/test/requirements.txt index a9c93f45450..dbb2fbf6c4f 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -20,3 +20,4 @@ noiseprotocol # MIT recommonmark # MIT pyyaml # MIT jsonschema; python_version >= '3.7' # MIT +dataclasses; python_version == '3.6' # Apache-2.0 |