Add requirements (not txt) (#57)
Add requirements (not txt) Signed-off-by: Etzelia <etzelia@hotmail.com> Reviewed-on: https://git.etztech.xyz/MMS/MinecraftManagerDjango/pulls/57 Reviewed-by: ZeroHD <joey@ahines.net>pull/2/head
parent
83527fe4b5
commit
f55a1c4538
|
@ -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
|
||||
|
Loading…
Reference in New Issue