Changeset - ecbc9abb109a
[Not reviewed]
0 1 0
Lance Edgar (lance) - 12 months ago 2023-04-30 21:05:32
lance@edbob.org
Add version restriction for `invoke` lib

per bug in latest release
1 file changed with 4 insertions and 1 deletions:
0 comments (0 inline, 0 general)
setup.py
Show inline comments
 
@@ -38,13 +38,16 @@ requires = [
 
    # In any case, developers and other users are encouraged to play
 
    # outside the lines with regard to these soft limits.  If bugs are
 
    # encountered then they should be filed as such.
 
    #
 
    # package                           # low                   high
 

	
 
    'invoke',                           # 0.22.1
 
    # TODO: remove this workaround after new version is released?
 
    # cf. https://github.com/pyinvoke/invoke/issues/935
 
    'invoke!=2.1.0',                    # 0.22.1                2.0.0
 

	
 
    'psycopg2',                         # 2.6.2
 
    'rattail-tempmon',                  # 0.2.6
 
    'Tailbone',                         # 0.5.49
 
    'tailbone-corepos',                 # 0.1.0
 
    'tailbone-woocommerce',             # 0.1.0
 
    'xlrd',                             # 1.0.0
0 comments (0 inline, 0 general)