Skip to content

Instantly share code, notes, and snippets.

@bmwant
Created May 4, 2019 14:34
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 bmwant/f384559267da0b8ff3ce7c7b9ae2211a to your computer and use it in GitHub Desktop.
Save bmwant/f384559267da0b8ff3ce7c7b9ae2211a to your computer and use it in GitHub Desktop.
Poetry show
[tool.poetry]
name = "venv"
version = "1.0"
description = "venv project"
authors = ["venv"]
[tool.poetry.dependencies]
python = "^3.5.2"
Django = "=1.11.14"
stripe = "=1.43.0"
[tool.poetry.dev-dependencies]
django-debug-toolbar = "=1.5"
django-template-debug = "=0.3.3"
model_mommy = "=1.3.0"
coverage = "=4.5.1"
coveralls = "=1.2.0"
django-devserver = "=0.8.0"
Werkzeug = "=0.10.1"
autopep8 = "=1.2.4"
tblib = "=1.3.0"
freezegun = "=0.3.8"
flake8 = "=3.5"
parameterized = "=0.6.1"
[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