You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The pypi API tells that cryptography@37.0.2 has no dependency https://pypi.org/pypi/cryptography/37.0.2/json, (requires-dist is null) but in the METADATA file it is found that it has a dependency Requires-Dist: cffi (>=1.12)
Expected behavior
requires-dist in the API should report same dependency as in METADATA
To Reproduce
Download wheel for cryptography@37.0.2 and check the METADATA file you can find this Requires-Dist: cffi (>=1.12) https://pypi.org/pypi/cryptography/37.0.2/json the requires-dist is null
The text was updated successfully, but these errors were encountered:
Describe the bug
The pypi API tells that
cryptography@37.0.2
has no dependency https://pypi.org/pypi/cryptography/37.0.2/json, (requires-dist is null) but in the METADATA file it is found that it has a dependencyRequires-Dist: cffi (>=1.12)
Expected behavior
requires-dist in the API should report same dependency as in METADATA
To Reproduce
Download wheel for
cryptography@37.0.2
and check the METADATA file you can find thisRequires-Dist: cffi (>=1.12)
https://pypi.org/pypi/cryptography/37.0.2/json the requires-dist is null
The text was updated successfully, but these errors were encountered: