Remove 'db' extra from rattail requirement.
This commit is contained in:
parent
cc2c2573e5
commit
23013c954d
2
setup.py
2
setup.py
|
@ -82,7 +82,7 @@ requires = [
|
||||||
'pyramid_exclog', # 0.6
|
'pyramid_exclog', # 0.6
|
||||||
'pyramid_simpleform', # 0.6.1
|
'pyramid_simpleform', # 0.6.1
|
||||||
'pyramid_tm', # 0.3
|
'pyramid_tm', # 0.3
|
||||||
'rattail[db]>=0.3.40', # 0.3.40
|
'rattail>=0.3.40', # 0.3.40
|
||||||
'transaction', # 1.2.0
|
'transaction', # 1.2.0
|
||||||
'waitress', # 0.8.1
|
'waitress', # 0.8.1
|
||||||
'WebHelpers', # 1.3
|
'WebHelpers', # 1.3
|
||||||
|
|
Loading…
Reference in a new issue