Last active
June 22, 2022 18:40
-
-
Save jaraco/0979d634f4269781132f55c0721e7ce3 to your computer and use it in GitHub Desktop.
empty string is the null specifier set
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ $ pip-run -q packaging -- -c 'from packaging import requirements; print(repr(requirements.Requirement("example").specifier))' | |
<SpecifierSet('')> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment