Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dax/jcl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 7ee521f..882feaa 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@
from setuptools import setup, find_packages
setup(name='jcl',
- version='0.1b3',
+ version='0.1rc2',
description='Jabber Component Library',
author='David Rousselie',
author_email='dax@happycoders.org',
@@ -46,4 +46,4 @@ setup(name='jcl',
"tests.*",
"tests"]),
test_suite='jcl.tests.suite',
- install_requires=['SQLObject>=0.8', 'pyxmpp>=1.0.1', 'pysqlite>=2.0'])
+ install_requires=['FormEncode', 'SQLObject>=0.8', 'pyxmpp>=1.0.1', 'pysqlite>=2.0'])