mirror of
https://github.com/Steffo99/flyingsnake.git
synced 2024-12-22 06:34:18 +00:00
Require latest lihzahrd
This commit is contained in:
parent
8a165e5a9b
commit
2886d50af8
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -15,7 +15,7 @@ setuptools.setup(
|
||||||
packages=setuptools.find_packages(),
|
packages=setuptools.find_packages(),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"click>=7.0",
|
"click>=7.0",
|
||||||
"lihzahrd>=1.0b1",
|
"lihzahrd>=1.0b6",
|
||||||
"Pillow>=6.1.0"
|
"Pillow>=6.1.0"
|
||||||
],
|
],
|
||||||
python_requires=">=3.7",
|
python_requires=">=3.7",
|
||||||
|
|
Loading…
Reference in a new issue