summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Pradet <quentin.pradet@gmail.com>2019-10-28 15:43:02 +0400
committerSeth Michael Larson <sethmichaellarson@gmail.com>2019-10-30 07:23:59 -0500
commitda5e605a24d0335c49d87928ae9614ca90e274a5 (patch)
treeaf9f0c2a56943d35e1d51a9ebacd11b2e1842cbb
parent3cff0a5620a1da136f08b4e1f5435e35528dd771 (diff)
downloadurllib3-da5e605a24d0335c49d87928ae9614ca90e274a5.tar.gz
Remove pkginfo which was only needed for twine
It was introduced in https://github.com/urllib3/urllib3/pull/875, but since https://github.com/urllib3/urllib3/pull/1495 twine is no longer a dev requirement.
-rw-r--r--dev-requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt
index 644aa48f..c585dcfa 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -3,7 +3,6 @@ coverage~=4.5
wheel==0.30.0
tornado==5.1.1
PySocks==1.6.8
-pkginfo==1.4.2
pytest-timeout==1.3.3
pytest==4.6.4
flaky==3.6.1