From 36934d981c2711c85596cfd60bfa97995e82e50e Mon Sep 17 00:00:00 2001 From: Zedifus Date: Sat, 19 Mar 2022 16:20:04 +0000 Subject: [PATCH 1/2] Remove dupe crypto --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index deea3c90..f49aebaf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -cryptography==3.4 argon2-cffi==20.1 bleach==4.1 colorama==0.4 From 5cefbab5ec56ab37bea313c9275e11d09cd62fbc Mon Sep 17 00:00:00 2001 From: Zedifus Date: Sat, 19 Mar 2022 16:23:31 +0000 Subject: [PATCH 2/2] Sort requirements.txt alphabetically --- requirements.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index f49aebaf..5c02524d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,18 +1,19 @@ + +apscheduler==3.8.1 argon2-cffi==20.1 bleach==4.1 +cached_property==1.5.2 colorama==0.4 +cron-validator==1.0.3 cryptography==3.4 libgravatar==1.0.0 peewee==3.13 pexpect==4.8 psutil==5.7 pyOpenSSL==19.1.0 +pyjwt==2.3 PyYAML==5.4 requests==2.26 termcolor==1.1 tornado==6.0 -cached_property==1.5.2 -apscheduler==3.8.1 -cron-validator==1.0.3 tzlocal==4.0 -pyjwt==2.3