We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docopt-ng
1 parent b88da57 commit 44f01f3Copy full SHA for 44f01f3
CHANGES.rst
@@ -6,6 +6,7 @@ Changelog
6
in progress
7
===========
8
- Dependencies: Updated to ``responder 3.0.0``
9
+- Dependencies: Updated to ``docopt-ng``
10
- Verified support for Python 3.13
11
12
2024-05-10 0.7.1
setup.py
@@ -57,7 +57,7 @@
57
zip_safe=False,
58
test_suite='vasuki.test',
59
install_requires=[
60
- 'docopt<1',
+ 'docopt-ng<0.10',
61
'munch<5',
62
'ulid-py<1.2',
63
'hashids<1.4',
0 commit comments