mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
1) Handle the version conflict exception in dependency inventory.
2) Update Dependencies.
This commit is contained in:
@@ -88,6 +88,9 @@ def get_python_deps():
|
||||
|
||||
# Next one....
|
||||
continue
|
||||
except pkg_resources.VersionConflict:
|
||||
# Next one....
|
||||
continue
|
||||
|
||||
try:
|
||||
metadata = distribution.get_metadata_lines('METADATA')
|
||||
|
Reference in New Issue
Block a user