Deps for registripe
This commit is contained in:
parent
4c5da0fee6
commit
a0d8fa43d9
2 changed files with 7 additions and 4 deletions
|
@ -1,5 +1,3 @@
|
||||||
django<1.12,>=1.11
|
django<1.12,>=1.11
|
||||||
pysaml2==4.4.0
|
pysaml2==4.4.0
|
||||||
django-countries>=4.3
|
|
||||||
-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
|
-e git+https://github.com/nakato/django-gapc-storage.git@master#egg=django-gapc-storage
|
||||||
|
|
|
@ -18,8 +18,6 @@ mysqlclient>=1.3.3
|
||||||
django-nose>=1.4.4
|
django-nose>=1.4.4
|
||||||
coverage==4.0.3
|
coverage==4.0.3
|
||||||
|
|
||||||
registrasion-stripe
|
|
||||||
|
|
||||||
|
|
||||||
# Symposion reqs
|
# Symposion reqs
|
||||||
django-appconf==1.0.1
|
django-appconf==1.0.1
|
||||||
|
@ -36,3 +34,10 @@ django-ical==1.4
|
||||||
|
|
||||||
# registratoin reqs
|
# registratoin reqs
|
||||||
django-nested-admin==2.2.6
|
django-nested-admin==2.2.6
|
||||||
|
|
||||||
|
|
||||||
|
# Registripe
|
||||||
|
django-countries>=4.3
|
||||||
|
pinax-stripe==3.2.1
|
||||||
|
requests>=2.11.1
|
||||||
|
stripe==1.38.0
|
||||||
|
|
Loading…
Reference in a new issue