Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Rose <erik@mozilla.com>2016-01-08 23:09:10 +0300
committerErik Rose <erik@mozilla.com>2016-01-08 23:31:22 +0300
commit1d719bd89c54adb5f8a4f225bee870a1e1e886e9 (patch)
tree82b607899dc15cc0c699a0df233939f98b5f0222 /setup.py
parentbb31d71fe652f5105144ed94aa039c4c41b676e8 (diff)
Teach le-auto about dependencies that are conditional on the Python version.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index f95f672ff..494f894d9 100644
--- a/setup.py
+++ b/setup.py
@@ -47,6 +47,7 @@ install_requires = [
]
# env markers in extras_require cause problems with older pip: #517
+# Keep in sync with conditional_requirements.py.
if sys.version_info < (2, 7):
install_requires.extend([
# only some distros recognize stdlib argparse as already satisfying