Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rampal-punia committed Dec 7, 2023
1 parent 8b2fc0f commit 798f73d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ An image with the name **default.png** in media folder is required for user-prof
```bash
clone the repo locally

create virtual env
create virtual environment

# install dependencies
pip install django
pip install django-crispy-forms
pip install crispy-bootstrap4
pip install django-cleanup
pip install django-debug-toolbar
pip install celery
Expand Down
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
absl-py==1.3.0
altair==4.2.2
amqp==5.1.1
asgiref==3.5.2
asgiref==3.7.2
asttokens==2.1.0
attrs==22.2.0
autopep8==2.0.0
Expand All @@ -22,11 +22,12 @@ click-plugins==1.1.1
click-repl==0.2.0
confluent-kafka==2.0.2
contourpy==1.0.6
crispy-bootstrap4==2023.1
cycler==0.11.0
decorator==5.1.1
Django==4.1.3
Django==4.2.8
django-cleanup==6.0.0
django-crispy-forms==1.14.0
django-crispy-forms==2.1
django-debug-toolbar==3.7.0
entrypoints==0.4
executing==1.2.0
Expand Down

0 comments on commit 798f73d

Please sign in to comment.