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 8514f98 + 6f900ca commit b7570feCopy full SHA for b7570fe
setup.py
@@ -49,7 +49,7 @@ def find_version(*file_paths):
49
package_data={"PyQt5-stubs": ['*.pyi']},
50
packages=["PyQt5-stubs"],
51
tests_require=["PyQt5==5.14.*"],
52
- extras_requires={"build": ["docker==4.2.0"]},
+ extras_require={"build": ["docker==4.2.0"]},
53
classifiers=[
54
"Development Status :: 4 - Beta",
55
"Intended Audience :: Developers",
0 commit comments