We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e1b3c4 commit a6726b9Copy full SHA for a6726b9
setuptools/tests/integration/test_pip_install_sdist.py
@@ -54,6 +54,8 @@
54
("pyyaml", LATEST), # cython + custom build_ext + custom distclass
55
("charset-normalizer", LATEST), # uses mypyc, used by aiohttp
56
("protobuf", LATEST),
57
+ ("requests", LATEST),
58
+ ("celery", LATEST),
59
# When adding packages to this list, make sure they expose a `__version__`
60
# attribute, or modify the tests below
61
]
0 commit comments