We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b052f00 commit 2d7d244Copy full SHA for 2d7d244
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "mailru-cloud-cli"
3
-version = "1.40.1"
+version = "1.4.1"
4
description = "Неофициальный CLI-клиент для Mail.ru Cloud (WebDAV)"
5
readme = "README.md"
6
requires-python = ">=3.10"
@@ -16,8 +16,8 @@ classifiers = [
16
17
dependencies = [
18
"click>=8",
19
- "webdavclient3>=314",
20
- "pytest>=8 для пользователей, желающих запускать тесты",
+ "webdavclient3>=3.14",
+ "pytest>=8", # для пользователей, желающих запускать тесты
21
"rich>=12.0.0",
22
]
23
0 commit comments