Python3 requirements, remove configparser module.
- configparser is a backported module for python2 and is a python 3 buildin module.
This commit is contained in:
@@ -11,4 +11,4 @@ simplejson>=3.8.1
|
||||
|
||||
# Python3 compat
|
||||
future>=0.15.2
|
||||
configparser>=3.3.0
|
||||
configparser>=3.3.0; python_version < '3'
|
||||
|
||||
Reference in New Issue
Block a user