Skip to content

Commit 6025509

Browse files
committed
Merge pull request #119 from reinout/patch-1
Noting that pkginfo needs to be at least 1.0
2 parents d852113 + 28cdeb2 commit 6025509

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020

2121
install_requires = [
22-
"pkginfo",
22+
"pkginfo >= 1.0",
2323
"requests >= 2.3.0",
2424
"requests-toolbelt >= 0.4.0",
2525
"setuptools >= 0.7.0",

0 commit comments

Comments
 (0)