Changeset - 23851216ac1e
[Not reviewed]
Merge default
0 2 0
Marcin Kuzminski - 13 years ago 2012-09-02 21:32:17
marcin@python-works.com
merge with beta
2 files changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
requires.txt
Show inline comments
 
@@ -8,13 +8,13 @@ SQLAlchemy==0.7.8
 
Mako==0.7.2
 
pygments>=1.5
 
whoosh>=2.4.0,<2.5
 
celery>=2.2.5,<2.3
 
babel
 
python-dateutil>=1.5.0,<2.0.0
 
dulwich>=0.8.5,<0.9.0
 
markdown==2.1.1
 
docutils==0.8.1
 
simplejson==2.5.2
 
mock
 
py-bcrypt
 
mercurial>=2.3.0,<2.4
 
\ No newline at end of file
 
mercurial==2.3.0
 
\ No newline at end of file
setup.py
Show inline comments
 
@@ -51,28 +51,28 @@ requirements = [
 
    "docutils==0.8.1",
 
    "simplejson==2.5.2",
 
    "mock",
 
]
 

	
 
if sys.version_info < (2, 6):
 
    requirements.append("pysqlite")
 

	
 
if sys.version_info < (2, 7):
 
    requirements.append("unittest2")
 

	
 
if is_windows:
 
    requirements.append("mercurial>=2.3.0,<2.4")
 
    requirements.append("mercurial==2.3.0")
 
else:
 
    requirements.append("py-bcrypt")
 
    requirements.append("mercurial>=2.3.0,<2.4")
 
    requirements.append("mercurial==2.3.0")
 

	
 

	
 
dependency_links = [
 
]
 

	
 
classifiers = [
 
    'Development Status :: 5 - Production/Stable',
 
    'Environment :: Web Environment',
 
    'Framework :: Pylons',
 
    'Intended Audience :: Developers',
 
    'License :: OSI Approved :: GNU General Public License (GPL)',
 
    'Operating System :: OS Independent',
0 comments (0 inline, 0 general)