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 f7e85ba commit 503ac1bCopy full SHA for 503ac1b
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = arduino-simple-rpc
3
-version = 2.4.0
+version = 2.4.1
4
description = Arduino simpleRPC API client library and CLI.
5
long_description = file: README.rst
6
author = Jeroen F.J. Laros
@@ -14,14 +14,13 @@ classifiers =
14
Operating System :: OS Independent
15
Programming Language :: Python
16
Programming Language :: Python :: 3
17
- Programming Language :: Python :: 3.5
18
Topic :: Scientific/Engineering
19
20
[options]
21
packages = find:
22
install_requires =
23
- PyYAML==5.3.1
24
- pyserial==3.4
+ PyYAML>=5.3.1
+ pyserial>=3.4
25
26
[options.entry_points]
27
console_scripts =
0 commit comments