From 1e5fb1af71cc877de73040a1193ab49cca113479 Mon Sep 17 00:00:00 2001 From: Johannes Daub Date: Wed, 27 Oct 2021 15:47:25 +0200 Subject: [PATCH] Add pytest-asyncio to requirements --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 04e10c6..99068a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,6 +24,7 @@ pylint==2.11.1 PyNaCl==1.4.0 pyparsing==2.4.7 pytest==6.2.5 +pytest-asyncio==0.16.0 pytest-cov==2.12.1 pytest-mock==3.6.1 python-dotenv==0.19.0