comparison INSTALL @ 168:e2c2c2baf483

Fix use of uuid module now shipping with Python 2.5.
author Ralph Meijer <ralphm@ik.nu>
date Wed, 03 Oct 2007 19:07:50 +0000
parents ef22e4150caa
children c61034369463
comparison
equal deleted inserted replaced
167:ef22e4150caa 168:e2c2c2baf483
1 Requirements 1 Requirements
2 ============ 2 ============
3 3
4 - Twisted Core >= 2.0.0 4 - Twisted Core >= 2.0.0
5 - Twisted Words >= 0.4.0 5 - Twisted Words >= 0.4.0
6 - uuid.py (http://ofxsuite.berlios.de/uuid.py) 6 - uuid.py (Python 2.5 std. lib. or http://pypi.python.org/pypi/uuid)
7 - A jabber server that supports the component protocol (JEP-0114) 7 - A jabber server that supports the component protocol (JEP-0114)
8 - Wokkel (http://wokkel.ik.nu/) 8 - Wokkel (http://wokkel.ik.nu/)
9 9
10 For the PostgreSQL backend, the following is also required: 10 For the PostgreSQL backend, the following is also required:
11 11