From 41891512c2cf4f50ef342905cc1e8fddc69e1c7c Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Fri, 23 Oct 2015 19:22:05 +0000 Subject: [PATCH] compatibility-test doesn't need nginx --- letsencrypt-compatibility-test/readthedocs.org.requirements.txt | 1 - letsencrypt-compatibility-test/setup.py | 1 - 2 files changed, 2 deletions(-) diff --git a/letsencrypt-compatibility-test/readthedocs.org.requirements.txt b/letsencrypt-compatibility-test/readthedocs.org.requirements.txt index 49fab4066..957a8a157 100644 --- a/letsencrypt-compatibility-test/readthedocs.org.requirements.txt +++ b/letsencrypt-compatibility-test/readthedocs.org.requirements.txt @@ -10,5 +10,4 @@ -e acme -e . -e letsencrypt-apache --e letsencrypt-nginx -e letsencrypt-compatibility-test[docs] diff --git a/letsencrypt-compatibility-test/setup.py b/letsencrypt-compatibility-test/setup.py index 3bd8f274e..1608769e2 100644 --- a/letsencrypt-compatibility-test/setup.py +++ b/letsencrypt-compatibility-test/setup.py @@ -9,7 +9,6 @@ version = '0.1.0.dev0' install_requires = [ 'letsencrypt=={0}'.format(version), 'letsencrypt-apache=={0}'.format(version), - 'letsencrypt-nginx=={0}'.format(version), 'docker-py', 'zope.interface', ]