Skip to content

Commit fb82ff1

Browse files
committed
don't force specific version
1 parent f666051 commit fb82ff1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
setuptools.setup(
77
name="meshctrl",
8-
version="0.1.12",
8+
version="0.1.13",
99
description="Python port of MeshCentral's Meshctrl.js program",
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",
1212
url="https://github.com/amidaware/meshctrl-py",
1313
author="Josh Krawczyk",
1414
author_email="[email protected]",
1515
license="MIT",
16-
install_requires=["websockets==10.2", "pycryptodome==3.14.1"],
16+
install_requires=["websockets>=10.2", "pycryptodome>=3.14.1"],
1717
classifiers=[
1818
"Programming Language :: Python :: 3",
1919
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)