Skip to content

Instantly share code, notes, and snippets.

@gonvaled
Created November 29, 2018 06:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gonvaled/914f5fda1b55c22a161741b566e7a555 to your computer and use it in GitHub Desktop.
Save gonvaled/914f5fda1b55c22a161741b566e7a555 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "poetry-demo"
version = "0.1.0"
description = ""
authors = ["gonvaled"]
[tool.poetry.dependencies]
python = "^3.6"
dj-database-url = "^0.5.0"
Django = "^2.0.7"
django-configurations = "^2.0"
django-extensions = "^2.0.7"
django-filter = "^2.0.0"
django-health-check = "^3.6.1"
django-model-utils = "^3.1.2"
django-rest-swagger = "^2.2.0"
djangorestframework = "^3.7.7"
gunicorn = "^19.8.1"
psycopg2-binary = "^2.7.5"
django-cors-headers = "^2.4.0"
[tool.poetry.dev-dependencies]
coverage = "^4.5.1"
django-nose = "^1.4.5"
factory-boy = "^2.11.1"
flake8 = "^3.5.0"
ipdb = "=0.11"
ipython = "^6.5.0"
mkdocs = "^0.17.5"
mock = "^2.0.0"
newrelic = "^3.2.2"
nose-progressive = "^1.5.1"
tabulate = "^0.8.2"
[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