From 03ee99a8f72203d8f14986bc88cca45e36ac4895 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 30 Jun 2021 05:10:10 +0200 Subject: [PATCH] Update requirements.txt --- requirements.txt | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index 39ad08a..d424716 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,10 @@ -Jinja2==2.11.3 -aiofiles==0.7.0 -aiohttp==3.7.4.post0 -argh==0.26.2 -peewee==3.14.4 -sanic==21.6.0 -sanic_jinja2==0.10.0 -websockets==9.1 +sanic +aiohttp +aiofiles +peewee +sanic-jinja2 +websockets + +# cli +argh +requests \ No newline at end of file