aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2018-09-19 12:26:01 -0400
committerGitHub <noreply@github.com>2018-09-19 12:26:01 -0400
commit3d89713a7be64e94b6c05511d4f2bbcd54d3bcab (patch)
tree088f7cdbf8e97a2aac05b1574fe7d455841def21 /python
parent289e34cbc077e071357e95d54277a91a7b73478e (diff)
downloadservo-3d89713a7be64e94b6c05511d4f2bbcd54d3bcab.tar.gz
servo-3d89713a7be64e94b6c05511d4f2bbcd54d3bcab.zip
Upgrade setuptools to a more recent version.
Diffstat (limited to 'python')
-rw-r--r--python/requirements.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/python/requirements.txt b/python/requirements.txt
index 59ecee414e8..433b2194701 100644
--- a/python/requirements.txt
+++ b/python/requirements.txt
@@ -6,12 +6,9 @@ mach == 0.6.0
mozdebug == 0.1
mozinfo == 0.8
mozlog == 3.6
-setuptools == 18.5
+setuptools == 39.0
toml == 0.9.2
-# For pycparser 2.19 release bustage
-pycparser != 2.19
-
# For Python linting
flake8 == 2.4.1
pep8 == 1.5.7