Add Environment abstraction to internal Downloader API (#6710)

This commit is contained in:
Jakub Kuczys
2026-05-14 00:09:45 +02:00
committed by GitHub
parent 13f45f69ac
commit 899f24ceca
6 changed files with 120 additions and 67 deletions
+2
View File
@@ -87,6 +87,7 @@ INFO_JSON = {
"author": ("tekulvw",),
"min_bot_version": "3.0.0",
"max_bot_version": "3.0.2",
"min_python_version": [3, 7, 1],
"description": "A long description",
"hidden": False,
"install_msg": "A post-installation message",
@@ -101,6 +102,7 @@ LIBRARY_INFO_JSON = {
"author": ("seputaes",),
"min_bot_version": "3.0.0",
"max_bot_version": "3.0.2",
"min_python_version": [3, 7, 1],
"description": "A long library description",
"hidden": False, # libraries are always hidden, this tests it will be flipped
"install_msg": "A library install message",