Skip to content

Commit

Permalink
2.0.0 - Material Design 3
Browse files Browse the repository at this point in the history
Add require to `install_requires`.
  • Loading branch information
HeaTTheatR committed Nov 26, 2023
1 parent aacea4c commit eb5cb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def glob_paths(pattern):
"sphinx-tabs",
],
},
install_requires=["kivy>=2.0.0", "pillow", "materialyoucolor"],
install_requires=["kivy>=2.0.0", "pillow", "materialyoucolor", "asynckivy"],
setup_requires=[],
python_requires=">=3.7",
entry_points={
Expand Down

0 comments on commit eb5cb3b

Please sign in to comment.