Skip to content

Commit

Permalink
Require Pyramid 1.3a1. ...
Browse files Browse the repository at this point in the history
Still strongly recommend installing Paste and using that as a server,
not testing with wsgiref.
  • Loading branch information
sjuxax committed Dec 12, 2011
1 parent 3fdafd1 commit 2cf9721
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -29,7 +29,7 @@ There is currently only one level of moderation, which enables site-wide editing
Major requirements:
* Python >= 2.7
- may work on 2.6, haven't tested. Will NOT work on < 2.6.
* Pyramid >= 1.1
* Pyramid >= 1.3a1
* SQLAlchemy 0.7

-------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@
CHANGES = open(os.path.join(here, 'CHANGELOG')).read()

requires = [
'pyramid',
'pyramid>=1.3a1',
'SQLAlchemy',
'transaction',
'repoze.tm2>=1.0b1', # default_commit_veto
Expand Down

0 comments on commit 2cf9721

Please sign in to comment.