Use rich.progress instead of tqdm (#5064)

* Use rich progress instead of tqdm

* Remove tqdm from deps
This commit is contained in:
jack1142
2021-06-03 21:37:53 +02:00
committed by GitHub
parent 0ce2634bb3
commit 8f390147c1
5 changed files with 49 additions and 106 deletions

View File

@@ -24,7 +24,6 @@ install_requires =
Red-Lavalink
rich
schema
tqdm
uvloop; sys_platform != "win32" and platform_python_implementation == "CPython"
PyNaCl