We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6d9653 + d87e763 commit 4586d87Copy full SHA for 4586d87
1 file changed
setup.py
@@ -61,7 +61,7 @@
61
""".splitlines())))
62
63
INSTALL_REQUIRES = ['pyparsing >= 2.0.1', 'pyperclip', 'six']
64
-# unitest.mock was added in Python 3.3. mock is a backport of unittest.mock to all versions of Python
+# unittest.mock was added in Python 3.3. mock is a backport of unittest.mock to all versions of Python
65
TESTS_REQUIRE = ['mock', 'pytest']
66
DOCS_REQUIRE = ['sphinx', 'sphinx_rtd_theme', 'pyparsing', 'pyperclip', 'six']
67
0 commit comments