From 84bcc81651c4217432d132f126febc92141bc2b3 Mon Sep 17 00:00:00 2001
From: Andreas Burbach <andreas.burbach@uni-duesseldorf.de>
Date: Tue, 30 Nov 2021 11:49:35 +0000
Subject: [PATCH] Update social_network/README.md

---
 social_network/README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/social_network/README.md b/social_network/README.md
index dff96b5..06568f2 100644
--- a/social_network/README.md
+++ b/social_network/README.md
@@ -6,8 +6,11 @@ The package "The Social Network" is a django base backend core element for any p
 Minimum requierments are:
 
 > [Python](https://www.python.org/downloads/) >= 3.9
+>
 > [Django](https://pypi.org/project/Django/) >= 3.2.9
+>
 > [Pillow](https://pypi.org/project/Pillow/) >= 8.4.0
+>
 > [djangorestframework](https://pypi.org/project/djangorestframework/) >= 3.12.4
 
 Intallation can be done by pip like
@@ -346,4 +349,4 @@ The project requieres the base authentication database structure from django and
     id: int as primary key
     created: datetime
     from_account_id: int as foreign key to the_social_network_account
-    to_account_id: int as foreign key to the_social_network_account
\ No newline at end of file
+    to_account_id: int as foreign key to the_social_network_account
-- 
GitLab