Skip to content

Commit

Permalink
add babel dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
BartSaelen committed Apr 22, 2014
1 parent 81a57df commit c9f7f22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -16,7 +16,7 @@ transaction==1.4.3
# jinja2
jinja2==2.7.2
pyramid-jinja2==1.10
Babel==1.3

# alembic
alembic==0.6.4

3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -20,7 +20,8 @@
'skosprovider_sqlalchemy',
'pyramid_skosprovider',
'pyramid_jinja2',
'alembic'
'alembic',
'babel'
]

setup(name='atramhasis',
Expand Down

0 comments on commit c9f7f22

Please sign in to comment.