We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fda8da commit a33d984Copy full SHA for a33d984
1 file changed
setup.cfg
@@ -35,7 +35,7 @@ packages =
35
twine.commands
36
python_requires = >=3.7
37
install_requires=
38
- pkginfo >= 1.8.1
+ pkginfo >= 1.8.1, < 1.9.3 # https://github.com/pypa/twine/issues/971
39
readme-renderer >= 35.0
40
requests >= 2.20
41
requests-toolbelt >= 0.8.0, != 0.9.0
0 commit comments