We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da475d9 commit 4f4ff43Copy full SHA for 4f4ff43
setup.py
@@ -57,18 +57,18 @@
57
""",
58
packages=find_packages(),
59
install_requires=[
60
- "click==^8.1.7",
61
- "colorama==^0.4.6",
62
- "defusedxml==^0.7.1",
63
- "elementpath==^4.1.5",
64
- "jinja2==^3.1.2",
65
- "markdown-it-py==^3.0.0",
66
- "markupsafe==^2.1.3",
67
- "mdurl==^0.1.2",
68
- "pygments==^2.16.1",
69
- "python==^3.9",
70
- "rich==^13.5.2",
71
- "xmlschema==^2.4.0",
+ "click>=8.1.7",
+ "colorama>=0.4.6",
+ "defusedxml>=0.7.1",
+ "elementpath>=4.1.5",
+ "jinja2>=3.1.2",
+ "markdown-it-py>=3.0.0",
+ "markupsafe>=2.1.3",
+ "mdurl>=0.1.2",
+ "pygments>=2.16.1",
+ "python>=3.9",
+ "rich>=13.5.2",
+ "xmlschema>=2.4.0",
72
],
73
setup_requires=setup_requirements,
74
tests_require=test_requirements,
0 commit comments