diff --git a/README.md b/README.md index a900476..f246bbf 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,7 @@ clone the repo locally create virtual env # install dependencies -pip install django -pip install django-crispy-forms -pip install django-cleanup -pip install django-debug-toolbar -pip install celery -pip install yolov5 +pip install -r requirements.txt # migrate python manage.py migrate diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..4e57094 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,34 @@ +amqp==5.1.1 +asgiref==3.5.2 +autopep8==1.6.0 +backports.zoneinfo==0.2.1 +billiard==3.6.4.0 +celery==5.2.7 +click==8.1.3 +click-didyoumean==0.3.0 +click-plugins==1.1.1 +click-repl==0.2.0 +colorama==0.4.5 +Django==4.0.6 +django-celery-beat==2.3.0 +django-celery-results==2.4.0 +django-cleanup==6.0.0 +django-crispy-forms==1.14.0 +django-debug-toolbar==3.5.0 +django-timezone-field==5.0 +kombu==5.2.4 +numpy==1.23.1 +opencv-contrib-python==4.6.0.66 +Pillow==9.2.0 +prompt-toolkit==3.0.30 +pycodestyle==2.8.0 +python-crontab==2.6.0 +python-dateutil==2.8.2 +pytz==2022.1 +six==1.16.0 +sqlparse==0.4.2 +toml==0.10.2 +tzdata==2022.1 +vine==5.0.0 +wcwidth==0.2.5 +yolov5 \ No newline at end of file