Skip to content

Commit

Permalink
update sqlalchemy and elixir dependency definition
Browse files Browse the repository at this point in the history
git-svn-id: http://projects.conceptive.be/camelot/svn/trunk@1607 8325946a-aa55-0410-8760-f0bc8c33efaa
  • Loading branch information
erikj committed Oct 25, 2010
1 parent 54db0f9 commit ba0c03a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build_egg.sh
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
python -O setup.py bdist_egg
python -O setup.py sdist bdist_egg
2 changes: 1 addition & 1 deletion camelot/__init__.py
Expand Up @@ -29,4 +29,4 @@
the Django admin interface. Start building applications at warp speed, simply
by adding some additional information to you Elixir model."""

__version__ = '10.07.02'
__version__ = 'trunk'
9 changes: 4 additions & 5 deletions setup.py
Expand Up @@ -25,14 +25,13 @@
},
license = 'GPL, Commercial',
platforms = 'Linux, Windows, OS X',
install_requires = ['SQLAlchemy>=0.5.6',
'Elixir>=0.6.1',
'sqlalchemy-migrate>=0.5.3',
install_requires = ['SQLAlchemy>=0.6.4',
'Elixir>=0.7.1',
'sqlalchemy-migrate>=0.6.0',
'Jinja>=1.2',
'chardet>=1.0.1',
'xlwt>=0.7.2',
'xlrd>=0.5.2',
'Babel>=0.9.4' ],
'xlrd>=0.5.2', ],
entry_points = {'console_scripts':[
'camelot_admin = camelot.bin.camelot_admin:main',
'camelot_manage = camelot.bin.camelot_manage:main',
Expand Down

0 comments on commit ba0c03a

Please sign in to comment.