Skip to content

Instantly share code, notes, and snippets.

@PraneethKarnena
Created August 2, 2022 17:57
Show Gist options
  • Save PraneethKarnena/7a57b44a5727d60f389afe3244111717 to your computer and use it in GitHub Desktop.
Save PraneethKarnena/7a57b44a5727d60f389afe3244111717 to your computer and use it in GitHub Desktop.
Poetry commands
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