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.
docopt-ng
1 parent 82aef43 commit ffd6200Copy full SHA for ffd6200
CHANGES.rst
@@ -8,6 +8,7 @@ in progress
8
- Updated to grafana-client 4.0.0.
9
- OCI: Removed builds for linux/arm/v7
10
- Dependencies: Use ``verlib2`` instead of ``packaging``
11
+- Dependencies: Updated to ``docopt-ng``
12
13
2024-03-07 0.18.0
14
=================
setup.py
@@ -12,7 +12,7 @@
# Core
"six",
'dataclasses; python_version<"3.7"',
15
- "docopt>=0.6.2,<0.7",
+ "docopt-ng>=0.6.2,<0.10",
16
"munch>=2.5.0,<5",
17
"tqdm>=4.60.0,<5",
18
"verlib2==0.2.0",
0 commit comments