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
|
||||
djangorestframework
|
||||
django-auth-ldap
|
||||
stripe
|
||||
xmltodict
|
||||
|
||||
psycopg2
|
||||
ldap3
|
||||
|
||||
xmltodict
|
||||
|
||||
parsedatetime
|
||||
|
||||
# Follow are for creating graph models
|
||||
|
@ -20,9 +22,10 @@ django-hardcopy
|
|||
pyyaml
|
||||
uritemplate
|
||||
|
||||
# Comprehensive interface to validate VAT numbers, making use of the VIES
|
||||
# service for European countries.
|
||||
# Payment & VAT
|
||||
vat-validator
|
||||
stripe
|
||||
|
||||
|
||||
# Tasks
|
||||
celery
|
||||
|
|
Loading…
Reference in a new issue