Skip to content

Commit

Permalink
Version 0.2.3
Browse files Browse the repository at this point in the history
Added missing dependencies
Bumped required Python version to 3.10
  • Loading branch information
mos9527 committed Jun 12, 2024
1 parent 9465707 commit 2adc316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
],
install_requires=["msgpack","pycryptodome","unitypy >= 1.10.14","wannacri"],
install_requires=["msgpack","pycryptodome","unitypy >= 1.10.14","wannacri", "tqdm", "coloredlogs", "requests"],
entry_points={"console_scripts": ["sssekai = sssekai.__main__:__main__"]},
python_requires=">=3.8",
python_requires=">=3.10",
)

0 comments on commit 2adc316

Please sign in to comment.