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

70 lines
1.9 KiB
JSON
Raw Normal View History

2022-07-14 16:32:46 +02:00
{
"ProjectSettings": {
"Name": "bot",
"Version": {
2023-02-19 10:59:40 +01:00
"Major": "1",
"Minor": "0",
2023-03-20 13:45:55 +01:00
"Micro": "0"
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",
2023-01-13 23:59:38 +01:00
"CopyrightDate": "2022 - 2023",
2022-07-14 16:32:46 +02:00
"CopyrightName": "sh-edraft.de",
"LicenseName": "MIT",
"LicenseDescription": "MIT, see LICENSE for more details.",
"Dependencies": [
2023-01-15 02:35:39 +01:00
"cpl-core==2022.12.1.post3",
"cpl-translation==2022.12.1",
2023-03-06 20:21:47 +01:00
"cpl-query==2022.12.2.post2",
2023-03-11 01:41:32 +01:00
"cpl-discord==2022.12.2.post1",
2023-02-19 21:33:08 +01:00
"Flask==2.2.2",
2022-10-15 23:38:38 +02:00
"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.3",
2022-11-18 10:16:59 +01:00
"requests-oauthlib==1.3.1",
2023-01-06 14:14:37 +01:00
"icmplib==3.0.3",
2023-03-11 01:41:32 +01:00
"ariadne==0.17.1"
2022-07-14 16:32:46 +02:00
],
"DevDependencies": [
2023-02-20 18:30:45 +01:00
"cpl-cli==2022.12.1.post3",
"pygount==1.5.1"
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": "",
2023-02-19 21:33:08 +01:00
"OutputPath": "../../dist",
2022-07-14 16:32:46 +02:00
"Main": "bot.main",
"EntryPoint": "bot",
"IncludePackageData": false,
"Included": [],
"Excluded": [
2023-02-19 21:33:08 +01:00
"*/__pycache__",
"*/logs",
"*/tests"
2022-07-14 16:32:46 +02:00
],
"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",
2023-01-07 12:39:31 +01:00
"../bot_graphql/bot-graphql.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/technician/technician.json"
2022-07-17 12:48:41 +02:00
]
2022-07-14 16:32:46 +02:00
}
}