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
 
@@ -41,7 +41,10 @@ requires = [
 
    #
 
    # 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
0 comments (0 inline, 0 general)