------------------------------------------------------------------------------
To reply, visit https://hellosplat.com/s/beanbag/tickets/4994/
------------------------------------------------------------------------------

New ticket #4994 by marcel
For Beanbag, Inc. > RBTools

Status: New
Tags: Priority:Medium, Type:Defect


------------------------------------------------------------------------------
importlib-metadata requirements is too strict
==============================================================================

The importlib-metadata requirements in setup.py is too strict:

    install_requires=[
        'importlib-metadata~=4.12; python_version < "3.10"',

I suggest to change it to read:

    install_requires=[
        'importlib-metadata>=4.12; python_version < "3.10"',


Simply replacing ~= by >=.

I believe there is no reason to be so strict.  The current version of 
importlib-metadata is 6.0.0: https://pypi.org/project/importlib-metadata/

------------------------------------------------------------------------------

-- 
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard-issues/20230219164849.18133.42342%40ip-10-1-54-209.ec2.internal.

Reply via email to