This website requires JavaScript.
Explore
Help
Sign In
tretrauit
/
worthless-launcher
Watch
1
Star
0
Fork
0
You've already forked worthless-launcher
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0b51be1649
worthless-launcher
/
requirements.txt
3 lines
45 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Object-oriented programming All launcher functions are now return an object instead of a dict
2022-01-29 16:25:03 +00:00
aiohttp==3.8.1
Support chinese variant, QQ object in launcher and some code optimizations
2022-02-15 17:49:33 +00:00
appdirs~=1.4.4
refactor: convert all task-intensive functions to async. chore: rename gui.py to cli.py fix: internal downloader can resume download now. feat: add verify_game, verify_from_pkg_version, clear_cache to installer.py. feat: add clear_cache to patcher.py. fix: linux now check for pkexec before executing it. fix: add get_name to voicepack.py, latest.py, diff.py to get name from path (since the developer didn't set a name to these files in the sdk url) chore: remove deprecation message in read_version_from_config in installer.py misc: use chunk from self._download_chunk instead of being hardcoded to 8192. fix: is_telemetry_blocked will only wait 15s for a connection. chore: move appdirs to constants.py This commit refactor almost all functions to be compatible with asyncio, also restructured CLI to use asyncio.run on main function instead of executing it randomly. Also prioritize the use of asyncio.gather, sometimes making tasks faster
2022-06-24 18:13:47 +00:00
aiopath~=0.6.10
Reference in New Issue
Copy Permalink