Update Requirements to reflect vendoring appropriately
This commit is contained in:
parent
2ad28ebf71
commit
3d3e01138a
2 changed files with 14 additions and 5 deletions
|
@ -1,10 +1,6 @@
|
|||
django<1.12,>=1.11
|
||||
pysaml2==4.4.0
|
||||
django-countries>=4.3
|
||||
django-model-utils>=3.0.0
|
||||
django-sitetree>=1.8.0
|
||||
easy-thumbnails>=2.4.1
|
||||
-e git+https://gitlab.com/lca2018/symposion.git@lca2018#egg=symposion
|
||||
-e git+https://gitlab.com/LCA2018/symposion_registrasion.git@master#egg=registrasion
|
||||
-e git+https://gitlab.com/LCA2018/symposion_registrasion_stripe.git@master#egg=registrasion-stripe
|
||||
-e git+https://github.com/nakato/django-gapc-storage.git@master#egg=django-gapc-storage
|
||||
|
|
|
@ -17,6 +17,19 @@ mysqlclient>=1.3.3
|
|||
# For testing
|
||||
django-nose>=1.4.4
|
||||
coverage==4.0.3
|
||||
symposion
|
||||
|
||||
registrasion
|
||||
registrasion-stripe
|
||||
|
||||
|
||||
# Symposion reqs
|
||||
django-appconf==1.0.1
|
||||
django-model-utils>=3.0.0
|
||||
django-reversion==1.10.1
|
||||
django-sitetree>=1.8.0
|
||||
django-taggit==0.18.0
|
||||
django-timezone-field>=2.0
|
||||
easy-thumbnails>=2.4.1
|
||||
bleach
|
||||
pytz==2015.7
|
||||
django-ical==1.4
|
||||
|
|
Loading…
Reference in a new issue