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.
1 parent 28ddf95 commit cc347fcCopy full SHA for cc347fc
setup.py
@@ -49,6 +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"]},
53
classifiers=[
54
"Development Status :: 4 - Beta",
55
"Intended Audience :: Developers",
0 commit comments