Created
January 2, 2020 00:45
-
-
Save chespinoza/10f225958dd6fddb79c6415e245c4e90 to your computer and use it in GitHub Desktop.
This file contains 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
[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