From 2d86aa6b7f9b4d4dccf770e175d5ab745b7cd214 Mon Sep 17 00:00:00 2001 From: lapis256 <45414333+Lapis256@users.noreply.github.com> Date: Mon, 7 Feb 2022 16:14:09 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3?= =?UTF-8?q?=E3=82=92=E6=8C=87=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a35052f..9f8e476 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,12 @@ setup( name="map-extractor", version="1.0.0", - install_requires=[ "Pillow", "more-itertools", "nbtlib", "tqdm" ], + install_requires=[ + "Pillow>=9.0.1,<9.1.0", + "more-itertools>=8.12.0,<8.13.0", + "nbtlib>=2.0.4,<2.1.0", + "tqdm>=4.62.3,<4.63.0" + ], extras_require={ ":sys_platform == 'linux' and platform_machine == 'aarch64'": [ "bedrock@git+https://github.com/Lapis256/bedrock@master"