Require 'auth' feature of rattail package.
This stupid bcrypt thing, hopefully this is a good idea...
This commit is contained in:
parent
050276218a
commit
4535ba0851
4
setup.py
4
setup.py
|
@ -2,7 +2,7 @@
|
|||
################################################################################
|
||||
#
|
||||
# Rattail -- Retail Software Framework
|
||||
# Copyright © 2010-2014 Lance Edgar
|
||||
# Copyright © 2010-2015 Lance Edgar
|
||||
#
|
||||
# This file is part of Rattail.
|
||||
#
|
||||
|
@ -82,7 +82,7 @@ requires = [
|
|||
'pyramid_exclog', # 0.6
|
||||
'pyramid_simpleform', # 0.6.1
|
||||
'pyramid_tm', # 0.3
|
||||
'rattail>=0.3.40', # 0.3.40
|
||||
'rattail[auth]>=0.3.45', # 0.3.45
|
||||
'transaction', # 1.2.0
|
||||
'waitress', # 0.8.1
|
||||
'WebHelpers', # 1.3
|
||||
|
|
Loading…
Reference in a new issue