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 1f321d4 commit 4327259Copy full SHA for 4327259
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "simplyprint-ws-client"
3
-version = "1.0.1rc34"
+version = "1.0.1rc35"
4
description = "SimplyPrint Websocket Client"
5
authors = [{ name = "SimplyPrint", email = "[email protected]" }]
6
requires-python = ">=3.9"
@@ -24,9 +24,6 @@ dependencies = [
24
"async-timeout ; python_version < '3.11'",
25
"strenum ; python_version < '3.11'",
26
"typing-extensions",
27
- "more-itertools>=10.5.0",
28
- "lmdb>=1.7.3",
29
- "ormsgpack>=1.6.0",
30
]
31
32
[project.urls]
0 commit comments