From f55a1c45380c0675f438b7a4d66b9b9cbb8af26b Mon Sep 17 00:00:00 2001 From: Etzelia Date: Fri, 21 Aug 2020 16:28:53 +0200 Subject: [PATCH] Add requirements (not txt) (#57) Add requirements (not txt) Signed-off-by: Etzelia Reviewed-on: https://git.etztech.xyz/MMS/MinecraftManagerDjango/pulls/57 Reviewed-by: ZeroHD --- REQUIREMENTS.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 REQUIREMENTS.md diff --git a/REQUIREMENTS.md b/REQUIREMENTS.md new file mode 100644 index 0000000..213692a --- /dev/null +++ b/REQUIREMENTS.md @@ -0,0 +1,15 @@ +# Requirements + +This project was built with (and should work with non-breaking upgrades of): + +| Package | Version | +|-------------------------------------------------------|---------| +| [discord.py](https://pypi.org/project/discord.py/) | 1.3.4 | +| [Django](https://pypi.org/project/Django/) | 2.2 | +| [mcstatus](https://pypi.org/project/mcstatus/) | 3.1.1 | +| [mysqlclient*](https://pypi.org/project/mysqlclient/) | 1.4.6 | +| [PyYAML](https://pypi.org/project/PyYAML/) | 5.3.1 | + + +*or any other preferred DB +