Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Nov 1, 2012
1 parent 2c912b4 commit b271f99
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
CHANGES
=======

0.8.0 (Unreleased)
0.8.0 (11-01-2012)
==================

- Pyramid 1.4 compatibility
Expand All @@ -17,7 +17,7 @@ CHANGES

- Removed `ptah.layout` functionality, moved to `pyramid_layer`

- Use pyramid_layer for templates
- Use `pyramid_layer` for templates

- Use `pyramid_amdjs` for static resource management

Expand Down
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ You can read the `ptah` documentation on-line at
.. image :: https://secure.travis-ci.org/ptahproject/ptah.png
:target: https://secure.travis-ci.org/ptahproject/ptah
Requirements
------------

- Python 2.6+ or Python 3.2+

- virtualenv


Note for Windows Users
----------------------

Expand Down Expand Up @@ -59,7 +61,7 @@ Let's generate a empty project using the `ptah_starter` scaffolding. You can sta
/path/to/virtaulenv/myapp $ ../bin/pserve settings.ini --reload

Open your browser to http://localhost:6543/ if you want examples that do more such as demonstrating editing models and authentication. Check out the examples.


Examples
--------
Expand Down Expand Up @@ -91,4 +93,3 @@ License
-------

Ptah is offered under the BSD3 license.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
version = '0.8.0dev'

install_requires = ['setuptools',
'alembic == 0.3.4',
'alembic >= 0.4.0',
'Chameleon >= 2.6.1',
'pyramid >= 1.4.0a2',
'pyramid_tm',
Expand Down

0 comments on commit b271f99

Please sign in to comment.