Changeset - c8be7408f654
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 14 years ago 2011-07-02 16:56:18
marcin@python-works.com
updated required libs
1 file changed with 5 insertions and 4 deletions:
0 comments (0 inline, 0 general)
setup.py
Show inline comments
 
@@ -9,19 +9,19 @@ py_version = sys.version_info
 
if py_version < (2, 5):
 
    raise Exception('RhodeCode requires python 2.5 or later')
 

	
 
requirements = [
 
        "Pylons==1.0.0",
 
        "WebHelpers>=1.2",
 
        "SQLAlchemy>=0.7.0",
 
        "SQLAlchemy>=0.7.1",
 
        "Mako>=0.4.0",
 
        "vcs>=0.2.1",
 
        "pygments>=1.4",
 
        "mercurial>=1.8.1,<1.9",
 
        "whoosh>=1.8.4",
 
        "celery>=2.2.5",
 
        "mercurial>=1.9,<2.0",
 
        "whoosh",
 
        "celery>=2.2.5,<2.3",
 
        "babel",
 
        "python-dateutil>=1.5.0,<2.0.0",
 
        "dulwich>=0.7.1"
 
    ]
 

	
 
classifiers = ['Development Status :: 4 - Beta',
 
@@ -83,12 +83,13 @@ setup(
 
    description=description,
 
    long_description=long_description,
 
    keywords=keywords,
 
    license=__license__,
 
    author='Marcin Kuzminski',
 
    author_email='marcin@python-works.com',
 
    dependency_links=['https://hg.rhodecode.org/vcs/archive/tip.zip'],
 
    url='http://rhodecode.org',
 
    install_requires=requirements,
 
    classifiers=classifiers,
 
    setup_requires=["PasteScript>=1.6.3"],
 
    data_files=data_files,
 
    packages=packages,
0 comments (0 inline, 0 general)