sh_discord_bot/kdb-bot/src/bot/bot.json

68 lines
1.8 KiB
JSON
Raw Normal View History

2022-07-14 16:32:46 +02:00
{
"ProjectSettings": {
"Name": "bot",
"Version": {
2022-07-21 10:09:27 +02:00
"Major": "0",
2022-10-15 23:38:38 +02:00
"Minor": "3",
2023-01-04 17:19:36 +01:00
"Micro": "0.rc5"
2022-07-14 16:32:46 +02:00
},
"Author": "Sven Heidemann",
"AuthorEmail": "sven.heidemann@sh-edraft.de",
"Description": "Keksdose bot",
"LongDescription": "Discord bot for the Keksdose discord Server",
"URL": "https://www.sh-edraft.de",
"CopyrightDate": "2022",
"CopyrightName": "sh-edraft.de",
"LicenseName": "MIT",
"LicenseDescription": "MIT, see LICENSE for more details.",
"Dependencies": [
2022-12-04 18:35:28 +01:00
"cpl-core==2022.12.0",
2022-10-19 18:01:11 +02:00
"cpl-translation==2022.10.0.post2",
2022-12-17 16:17:14 +01:00
"cpl-query==2022.12.2",
2022-12-04 18:35:28 +01:00
"cpl-discord==2022.12.0",
2022-10-15 23:38:38 +02:00
"Flask==2.2.2",
"Flask-Classful==0.14.2",
"Flask-Cors==3.0.10",
2022-10-21 12:45:46 +02:00
"PyJWT==2.6.0",
2022-10-16 01:55:20 +02:00
"waitress==2.1.2",
2022-12-04 18:35:28 +01:00
"Flask-SocketIO==5.3.2",
"eventlet==0.33.2",
2022-11-18 10:16:59 +01:00
"requests-oauthlib==1.3.1",
"icmplib==3.0.3"
2022-07-14 16:32:46 +02:00
],
"DevDependencies": [
2022-12-04 18:35:28 +01:00
"cpl-cli==2022.12.0"
2022-07-14 16:32:46 +02:00
],
"PythonVersion": ">=3.10.4",
2022-10-20 15:45:52 +02:00
"PythonPath": {},
2022-07-14 16:32:46 +02:00
"Classifiers": []
},
"BuildSettings": {
"ProjectType": "console",
"SourcePath": "",
"OutputPath": "../../dist",
"Main": "bot.main",
"EntryPoint": "bot",
"IncludePackageData": false,
"Included": [],
"Excluded": [
"*/__pycache__",
"*/logs",
"*/tests"
],
"PackageData": {},
2022-07-17 12:48:41 +02:00
"ProjectReferences": [
2022-10-13 20:57:47 +02:00
"../bot_api/bot-api.json",
2022-07-17 12:48:41 +02:00
"../bot_core/bot-core.json",
"../bot_data/bot-data.json",
2022-10-05 16:52:10 +02:00
"../modules/auto_role/auto-role.json",
"../modules/base/base.json",
2022-07-17 12:48:41 +02:00
"../modules/boot_log/boot-log.json",
"../modules/database/database.json",
2022-11-06 22:40:30 +01:00
"../modules/level/level.json",
2022-11-12 14:29:50 +01:00
"../modules/permission/permission.json",
2022-11-18 09:33:50 +01:00
"../modules/stats/stats.json",
"../modules/technician/technician.json"
2022-07-17 12:48:41 +02:00
]
2022-07-14 16:32:46 +02:00
}
}