Add requirements to setup.py

This commit is contained in:
Amund Eggen Svandal 2020-02-17 20:13:31 +01:00 committed by joo
parent 2947aa6619
commit 4a8fab1138
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@ setup(name="minecraft",
url=URL,
download_url=URL + "/tarball/" + __version__,
author=", ".join(MAIN_AUTHORS),
install_requires=["cryptography>=1.5",
"requests",
"future",
],
packages=["minecraft",
"minecraft.networking",
"minecraft.networking.packets",