Changeset - f551007ce085
[Not reviewed]
beta
0 3 0
Marcin Kuzminski - 14 years ago 2011-12-18 23:12:50
marcin@python-works.com
bumped up beaker version
code garden
3 files changed with 1 insertions and 4 deletions:
0 comments (0 inline, 0 general)
rhodecode/__init__.py
Show inline comments
 
@@ -59,5 +59,3 @@ CELERY_ON = False
 

	
 
# link to config for pylons
 
CONFIG = None
 

	
 

	
rhodecode/websetup.py
Show inline comments
 
@@ -23,7 +23,6 @@
 
# You should have received a copy of the GNU General Public License
 
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 

	
 
import os
 
import logging
 

	
 
from rhodecode.config.environment import load_environment
setup.py
Show inline comments
 
@@ -11,7 +11,7 @@ if py_version < (2, 5):
 

	
 
requirements = [
 
        "Pylons==1.0.0",
 
        "Beaker==1.6.1",
 
        "Beaker==1.6.2",
 
        "WebHelpers>=1.2",
 
        "formencode==1.2.4",
 
        "SQLAlchemy==0.7.3",
0 comments (0 inline, 0 general)