tests: fix missing dataclasses module in python 3.6

Type: fix
Fixes: b8165b96f

Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Change-Id: Ic82a0404073a26e3d160b01c9038cde11eedf3ec
This commit is contained in:
Dave Wallace
2021-11-08 12:23:01 -05:00
committed by Damjan Marion
parent 90c397c505
commit 995123ec20

View File

@@ -20,3 +20,4 @@ noiseprotocol # MIT
recommonmark # MIT
pyyaml # MIT
jsonschema; python_version >= '3.7' # MIT
dataclasses; python_version == '3.6' # Apache-2.0