1) Handle the version conflict exception in dependency inventory.
2) Update Dependencies.pull/39/head
parent
da9f9017a9
commit
459c6ab796
654
DEPENDENCIES
654
DEPENDENCIES
File diff suppressed because it is too large
Load Diff
|
|
@ -38,8 +38,8 @@ psycopg2>=2.8
|
|||
python-dateutil>=2.8.0
|
||||
SQLAlchemy>=1.3.13
|
||||
Flask-Security-Too>=3.0.0
|
||||
bcrypt<=3.1.7;
|
||||
cryptography<=3.0;
|
||||
bcrypt<=3.1.7
|
||||
cryptography<=3.0
|
||||
sshtunnel>=0.1.5
|
||||
ldap3>=2.5.1
|
||||
Flask-BabelEx>=0.9.4
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in New Issue