Created
May 4, 2019 14:34
-
-
Save bmwant/f384559267da0b8ff3ce7c7b9ae2211a to your computer and use it in GitHub Desktop.
Poetry show
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 = "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