Skip to content

Commit

Permalink
バージョンを指定
Browse files Browse the repository at this point in the history
  • Loading branch information
Lapis256 committed Feb 7, 2022
1 parent 021e02a commit 2d86aa6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2d86aa6

Please sign in to comment.