Update requirements on lca2017 branch so pip doesn't get confused with
different Django and Symposion versions
This commit is contained in:
parent
ec882bdbdd
commit
bfcfb54d1b
1 changed files with 5 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
|||
Django==1.9.2
|
||||
# Should use latest 1.9 for security
|
||||
Django>=1.9.2
|
||||
pinax-theme-bootstrap==7.3.0
|
||||
django-user-accounts==1.3.1
|
||||
metron==1.3.7
|
||||
|
@ -13,5 +14,6 @@ django-nose==1.4.3
|
|||
coverage==4.0.3
|
||||
|
||||
# Registrasion
|
||||
registrasion==0.1.1
|
||||
https://github.com/lca2017/symposion/tarball/master#egg=symposion
|
||||
# Install via setuptools rather than pip
|
||||
#registrasion==0.1.1
|
||||
#https://github.com/lca2017/symposion/tarball/master#egg=symposion
|
||||
|
|
Loading…
Reference in a new issue