diff options
author | Josh Matthews <josh@joshmatthews.net> | 2018-09-19 11:59:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-19 11:59:23 -0400 |
commit | 289e34cbc077e071357e95d54277a91a7b73478e (patch) | |
tree | 3af5912c74ff3b3315679c0816c9b17bc1ac9260 | |
parent | 6c868f53aba2f6deb9409e327b83aa8d1ea361cb (diff) | |
download | servo-289e34cbc077e071357e95d54277a91a7b73478e.tar.gz servo-289e34cbc077e071357e95d54277a91a7b73478e.zip |
Try more specific pinning.
-rw-r--r-- | python/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/requirements.txt b/python/requirements.txt index 7e035a3d5bf..59ecee414e8 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -10,7 +10,7 @@ setuptools == 18.5 toml == 0.9.2 # For pycparser 2.19 release bustage -pycparser == 2.18 +pycparser != 2.19 # For Python linting flake8 == 2.4.1 |