mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Remove the dependency on importlib for Python <= 2.7. It's not actually required.
This commit is contained in:
@@ -96,12 +96,6 @@ setup(
|
||||
|
||||
install_requires=required,
|
||||
|
||||
extras_require={
|
||||
":python_version<='2.7'": [
|
||||
"importlib==1.0.3"
|
||||
],
|
||||
},
|
||||
|
||||
entry_points={
|
||||
'console_scripts': ['pgadmin4=pgadmin4.pgAdmin4.__init__:main'],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user