Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Anthony
memopol
Commits
b35aa94f
Commit
b35aa94f
authored
Dec 13, 2015
by
Jamesie Pic
Browse files
Upgrade deps to 0.0.5
parent
66980e59
Changes
2
Hide whitespace changes
Inline
Side-by-side
.openshift/action_hooks/deploy
View file @
b35aa94f
...
...
@@ -9,6 +9,11 @@ source ${OPENSHIFT_HOMEDIR}app-root/runtime/dependencies/python/virtenv/bin/acti
pip
install
-U
pip
yes
| pip uninstall django-representatives django-representatives-votes
pip
install
https://github.com/political-memory/django-representatives/archive/parltrack.tar.gz#egg
=
django-representatives
pip
install
https://github.com/political-memory/django-representatives-votes/archive/parltrack.tar.gz#egg
=
django-representatives-votes
pip
install
-Ue
${
OPENSHIFT_REPO_DIR
}
# We don't have sentry yet
# python ${OPENSHIFT_REPO_DIR}manage.py raven test
...
...
setup.py
View file @
b35aa94f
...
...
@@ -17,8 +17,8 @@ setup(name='political-memory',
'django-datetime-widget>=0.9,<1.0'
,
'django-filter>=0.11,<0.12'
,
'django-pure-pagination>=0.2,<0.3'
,
'django-representatives'
,
'django-representatives-votes'
,
'django-representatives
>=0.0.6
'
,
'django-representatives-votes
>=0.0.7
'
,
'django-taggit>=0.17,<0.18'
,
'django>=1.8,<1.9'
,
'hamlpy>=0.82,<0.83'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment