Created
August 2, 2022 17:57
-
-
Save PraneethKarnena/7a57b44a5727d60f389afe3244111717 to your computer and use it in GitHub Desktop.
Poetry commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
poetry init | |
poetry add django==3.2.14 django-environ djangorestframework django-cors-headers drf-spectacular uvicorn redis celery django-celery-beat gunicorn psycopg2 | |
poetry add --dev mypy django-stubs pytest pytest-sugar djangorestframework-stubs flake8==4.0.1 flake8-isort coverage black pylint-django pylint-celery pre-commit factory-boy django-debug-toolbar django-coverage-plugin pytest-django | |
poetry export -f requirements.txt --output requirements.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment