Update to IPython with Python 3.8 support. (#8152)

This commit is contained in:
Brad Warren
2020-07-17 13:01:04 -07:00
committed by GitHub
parent 9d2e0ac013
commit ebf1349b15
3 changed files with 13 additions and 3 deletions
+7
View File
@@ -63,3 +63,10 @@ dns-lexicon==2.2.1
# Tracking at https://github.com/certbot/certbot/issues/6473
boto3==1.4.7
botocore==1.7.41
# Old certbot[dev] constraints
# Old versions of certbot[dev] required ipdb and our normally pinned version of
# ipython which ipdb depends on doesn't support Python 2 so we pin an older
# version here to keep tests working while we have Python 2 support.
ipython==5.8.0
prompt-toolkit==1.0.18