Skip to content

Commit

Permalink
freeze requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypantone committed Oct 29, 2024
1 parent 601239b commit cc32a45
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 @@ -31,7 +31,7 @@ def get_version():
},
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
long_description=read("README.rst"),
install_requires=["pyperclip>=1.8.1", "pyglet>=1.5.10", "tilings>=2.5.0"],
install_requires=["pyperclip==1.8.1", "pyglet==1.5.10", "tilings==2.5.0"],
python_requires=">=3.6",
include_package_data=True,
classifiers=[
Expand Down

0 comments on commit cc32a45

Please sign in to comment.