Changeset - 492cdc032949
[Not reviewed]
0 1 0
Lance Edgar (lance) - 13 months ago 2023-03-08 20:48:23
lance@edbob.org
Remove version cap for plaster lib

no longer relevant here
1 file changed with 0 insertions and 5 deletions:
0 comments (0 inline, 0 general)
setup.py
Show inline comments
 
@@ -41,11 +41,6 @@ requires = [
 
    #
 
    # package                           # low                   high
 

	
 
    # TODO: v1.1 suddenly caused an issue; perhaps can remove this
 
    # restriction once a later version comes out?
 
    # cf. https://docs.pylonsproject.org/projects/plaster/en/latest/changes.html
 
    'plaster<1.1',                      # 1.0
 

	
 
    'invoke',                           # 0.22.1
 
    'psycopg2',                         # 2.6.2
 
    'rattail-tempmon',                  # 0.2.6
0 comments (0 inline, 0 general)