From bafcc55d05a35d946961c3262f65db3ff6ddbd91 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz <henrik@levkowetz.com> Date: Fri, 28 Jun 2019 13:30:18 +0000 Subject: [PATCH] Removed anora from installed apps, and changed PEM key to bytes instead of str. - Legacy-Id: 16319 --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 45af314a9..2fc01abff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,6 @@ # -*- conf-mode -*- setuptools>=18.5 # Require this first, to prevent later errors # -#anora>=0.1.2 argon2-cffi>=16.1.0 # For the Argon2 password hasher option beautifulsoup4>=4.5.0 bibtexparser>=0.6.2,<1.0 # Version 1.0 doesn't work under python 2.7. 1.0.1 doesn't recognize month names or abbreviations.