1) Handle the version conflict exception in dependency inventory.

2) Update Dependencies.
This commit is contained in:
Akshay Joshi 2021-01-19 16:18:09 +05:30
parent da9f9017a9
commit 459c6ab796
3 changed files with 353 additions and 308 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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

View File

@ -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')