From 50a395c8ecc34a7961608c6976d8973a549285fa Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 25 Dec 2020 10:10:57 +0100 Subject: [PATCH] sort requirements.txt --- requirements.txt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index d5e6a78..adbda9c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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