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.
2 parents 6122a79 + 047050b commit 75b70bfCopy full SHA for 75b70bf
requirements.txt
@@ -1,3 +1,3 @@
1
-asserts==0.9.1
+asserts==0.10.0
2
mypy==0.720
3
wheel==0.33.6
setup.py
100755
100644
@@ -15,7 +15,7 @@
15
packages=["htmlgen", "test_htmlgen"],
16
package_data={"htmlgen": ["*.pyi", "py.typed"]},
17
python_requires=">=3.5",
18
- tests_require=["asserts >= 0.8.0, < 0.10"],
+ tests_require=["asserts >= 0.8.0, < 0.11"],
19
license="MIT",
20
classifiers=[
21
"Development Status :: 5 - Production/Stable",
0 commit comments