diff --git a/social_network/README.md b/social_network/README.md index dff96b521880de7166daaa533ee7a3af634d1d05..06568f201c4f429d63f7614f784f757b64a56fee 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