mirror of
https://github.com/certbot/certbot.git
synced 2026-07-31 18:34:41 +02:00
Update to IPython with Python 3.8 support. (#8152)
This commit is contained in:
+1
-1
@@ -83,7 +83,6 @@ elif sys.version_info < (3,3):
|
||||
|
||||
dev_extras = [
|
||||
'coverage',
|
||||
'ipdb',
|
||||
'pytest',
|
||||
'pytest-cov',
|
||||
'pytest-xdist',
|
||||
@@ -94,6 +93,7 @@ dev_extras = [
|
||||
|
||||
dev3_extras = [
|
||||
'astroid',
|
||||
'ipdb',
|
||||
'mypy',
|
||||
'pylint',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user