Remove dependency for pyramid_retry
since tailbone now includes it
This commit is contained in:
parent
e7248b4589
commit
1c1611df88
3
setup.py
3
setup.py
|
@ -46,9 +46,6 @@ requires = [
|
||||||
# cf. https://docs.pylonsproject.org/projects/plaster/en/latest/changes.html
|
# cf. https://docs.pylonsproject.org/projects/plaster/en/latest/changes.html
|
||||||
'plaster<1.1', # 1.0
|
'plaster<1.1', # 1.0
|
||||||
|
|
||||||
# TODO: can remove this once tailbone requires it
|
|
||||||
'pyramid_retry', # 1.0
|
|
||||||
|
|
||||||
'invoke', # 0.22.1
|
'invoke', # 0.22.1
|
||||||
'psycopg2', # 2.6.2
|
'psycopg2', # 2.6.2
|
||||||
'rattail-tempmon', # 0.2.6
|
'rattail-tempmon', # 0.2.6
|
||||||
|
|
Loading…
Reference in a new issue