sort requirements.txt
This commit is contained in:
parent
663d72269a
commit
50a395c8ec
1 changed files with 7 additions and 4 deletions
|
@ -1,11 +1,13 @@
|
||||||
|
# Django basics
|
||||||
django
|
django
|
||||||
djangorestframework
|
djangorestframework
|
||||||
django-auth-ldap
|
django-auth-ldap
|
||||||
stripe
|
|
||||||
xmltodict
|
|
||||||
psycopg2
|
psycopg2
|
||||||
ldap3
|
ldap3
|
||||||
|
|
||||||
|
xmltodict
|
||||||
|
|
||||||
parsedatetime
|
parsedatetime
|
||||||
|
|
||||||
# Follow are for creating graph models
|
# Follow are for creating graph models
|
||||||
|
@ -20,9 +22,10 @@ django-hardcopy
|
||||||
pyyaml
|
pyyaml
|
||||||
uritemplate
|
uritemplate
|
||||||
|
|
||||||
# Comprehensive interface to validate VAT numbers, making use of the VIES
|
# Payment & VAT
|
||||||
# service for European countries.
|
|
||||||
vat-validator
|
vat-validator
|
||||||
|
stripe
|
||||||
|
|
||||||
|
|
||||||
# Tasks
|
# Tasks
|
||||||
celery
|
celery
|
||||||
|
|
Loading…
Reference in a new issue