From 9c4a0fd5a6de5a1b15444171559e9dce0a2fa578 Mon Sep 17 00:00:00 2001 From: mia Date: Wed, 1 Dec 2021 13:25:33 +0100 Subject: remove short_url and add in-tree URLencoder (#53) This PR removes the short_url dependency as per issue #41. This implementation is pretty much the same as in short_url except I've rewritten the enbase() function to be iterative instead of recursive. The only functions of the class are enbase() and debase() since those were the only functions being used by fhost. Co-authored-by: 7415963987456321 Reviewed-on: https://git.0x0.st/mia/0x0/pulls/53 Co-authored-by: mia Co-committed-by: mia --- requirements.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index aa059d9..8dbfe72 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,3 @@ Flask_SQLAlchemy validators flask_migrate python_magic -short_url -- cgit v1.2.3