diff options
| author | mia <mia@0x0.st> | 2021-12-01 13:25:33 +0100 |
|---|---|---|
| committer | mia <mia@0x0.st> | 2021-12-01 13:25:33 +0100 |
| commit | 9c4a0fd5a6de5a1b15444171559e9dce0a2fa578 (patch) | |
| tree | 3b84616512ee8410631d860b178220d68a7470c2 /requirements.txt | |
| parent | b8def71a94bd516d1b3bc684e0db704a2d177d7a (diff) | |
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 <hrs70@hi.is>
Reviewed-on: https://git.0x0.st/mia/0x0/pulls/53
Co-authored-by: mia <mia@0x0.st>
Co-committed-by: mia <mia@0x0.st>
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
