fix(python3.7): Avoid having importlib_metadata updated to a version not compatible with py3.7

This commit is contained in:
Georg Krause 2022-10-29 11:48:00 +02:00
parent 6a91ea91b2
commit 2a32358e59
No known key found for this signature in database
GPG Key ID: 2970D504B2183D22
1 changed files with 1 additions and 0 deletions

View File

@ -69,4 +69,5 @@ watchdog~=2.1.2
## Pin third party dependency to avoid issue with latest version
asgiref==3.3.4 #1516
importlib_metadata==4.13.0 # python 3.7 compatibility
sentry-sdk==1.9.5