We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f666051 commit fb82ff1Copy full SHA for fb82ff1
setup.py
@@ -5,15 +5,15 @@
5
6
setuptools.setup(
7
name="meshctrl",
8
- version="0.1.12",
+ version="0.1.13",
9
description="Python port of MeshCentral's Meshctrl.js program",
10
long_description=long_description,
11
long_description_content_type="text/markdown",
12
url="https://github.com/amidaware/meshctrl-py",
13
author="Josh Krawczyk",
14
author_email="[email protected]",
15
license="MIT",
16
- install_requires=["websockets==10.2", "pycryptodome==3.14.1"],
+ install_requires=["websockets>=10.2", "pycryptodome>=3.14.1"],
17
classifiers=[
18
"Programming Language :: Python :: 3",
19
"License :: OSI Approved :: MIT License",
0 commit comments