From 94a6b4e1ec9ebb50ef7670b33862617174745856 Mon Sep 17 00:00:00 2001 From: Frisk Date: Thu, 13 Aug 2020 16:15:49 +0200 Subject: [PATCH] Updated requirements --- README.md | 1 + requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 41a0daa..bfd949f 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ RcGcDb is a backend for handling webhooks to which recent changes of MediaWiki w * beautifulsoup 4.6.0> * aiohttp 3.6.2> * lxml 4.2.1> +* nest-asyncio 1.4.0> #### Installation ``` diff --git a/requirements.txt b/requirements.txt index 945fadf..1c45373 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ beautifulsoup4 >= 4.6.0; python_version >= '3.6' aiohttp >= 3.6.2 -lxml >= 4.2.1 \ No newline at end of file +lxml >= 4.2.1 +nest-asyncio >= 1.4.0 \ No newline at end of file