Skip to content

Instantly share code, notes, and snippets.

@chespinoza
Created January 2, 2020 00:45
Show Gist options
  • Save chespinoza/10f225958dd6fddb79c6415e245c4e90 to your computer and use it in GitHub Desktop.
Save chespinoza/10f225958dd6fddb79c6415e245c4e90 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "django-jwt"
version = "0.1.0"
description = ""
authors = ["Christian Espinoza <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.7"
django = "^3.0.1"
djangorestframework = "^3.11.0"
[tool.poetry.dev-dependencies]
flake8 = "^3.7.9"
pre-commit = "^1.20.0"
black = "^19.10b0"
isort = "^4.3.21"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment