1
0
mirror of https://github.com/gryf/pygtktalog.git synced 2025-12-18 12:00:21 +01:00

Added requrements (SQLAlchemy, gettext)

This commit is contained in:
2009-08-26 20:29:26 +00:00
parent 1cd6ad5b84
commit 9b7f15122d

2
README
View File

@@ -27,6 +27,7 @@ pyGTKtalog is written in python with following dependencies:
- python 2.5 or higher (not tested on python 3000) - python 2.5 or higher (not tested on python 3000)
- pygtk 2.12 or higher <http://www.pygtk.org> - pygtk 2.12 or higher <http://www.pygtk.org>
- pygtkmvc 1.99 or higher <http://apps.sourceforge.net/trac/pygtkmvc/wiki> - pygtkmvc 1.99 or higher <http://apps.sourceforge.net/trac/pygtkmvc/wiki>
- sqlalchemy 0.5.5 or higher <http://www.sqlalchemy.org>
Optional modules: Optional modules:
@@ -46,6 +47,7 @@ Programs that are used:
For development process following programs are used: For development process following programs are used:
- gettext <http://www.gnu.org/software/gettext/gettext.html> - gettext <http://www.gnu.org/software/gettext/gettext.html>
- intltool <http://www.gnome.org/>
- nose <http://code.google.com/p/python-nose/> - nose <http://code.google.com/p/python-nose/>
- paver <http://code.google.com/p/paver/> - paver <http://code.google.com/p/paver/>