fix(python3.7): Avoid having importlib_metadata updated to a version not compatible with py3.7
This commit is contained in:
parent
6a91ea91b2
commit
2a32358e59
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue