Skip to content

Commit c5bd9c7

Browse files
committed
Typing is no longer required for tests
1 parent 093560b commit c5bd9c7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
asserts==0.9.1
22
mypy==0.720
3-
typing==3.7.4.1
43
wheel==0.33.6

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
packages=["htmlgen", "test_htmlgen"],
1616
package_data={"htmlgen": ["*.pyi", "py.typed"]},
1717
python_requires=">=3.5",
18-
tests_require=["asserts >= 0.8.0, < 0.10", "typing"],
18+
tests_require=["asserts >= 0.8.0, < 0.10"],
1919
license="MIT",
2020
classifiers=[
2121
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)