diff --git a/Pipfile b/Pipfile
index 83c0ccc51a0f027dbc5df6f91786e65e29a58ed2..8390d5d2df2c24abf91036a92449a2820645012e 100644
--- a/Pipfile
+++ b/Pipfile
@@ -21,6 +21,7 @@ twine = "*"
 pytest = "*"
 coverage = "*"
 pytest-cov = "*"
+pytest-asyncio = "*"
 
 [requires]
 python_version = "3.7"
diff --git a/Pipfile.lock b/Pipfile.lock
index 19aadbbc7d4b8b25f7b1cafd2ba5950901aae44f..0cca5f9d9b6f6aab5f7fe33355990eb58d685c79 100644
--- a/Pipfile.lock
+++ b/Pipfile.lock
@@ -1,7 +1,7 @@
 {
     "_meta": {
         "hash": {
-            "sha256": "715966131dae907b8cc33f3e33648a9e924b69c584b4c62b82006d6a83f3727d"
+            "sha256": "f25235dfd1a2dae80f3d1fd761ecb23ad6f6d7ca46e758d51b3498a995afc483"
         },
         "pipfile-spec": 6,
         "requires": {
@@ -481,6 +481,14 @@
             "index": "pypi",
             "version": "==4.4.2"
         },
+        "pytest-asyncio": {
+            "hashes": [
+                "sha256:9fac5100fd716cbecf6ef89233e8590a4ad61d729d1732e0a96b84182df1daaf",
+                "sha256:d734718e25cfc32d2bf78d346e99d33724deeba774cc4afdf491530c6184b63b"
+            ],
+            "index": "pypi",
+            "version": "==0.10.0"
+        },
         "pytest-cov": {
             "hashes": [
                 "sha256:2b097cde81a302e1047331b48cadacf23577e431b61e9c6f49a1170bbe3d3da6",