Skip to content

Instantly share code, notes, and snippets.

@westtrade
Created November 14, 2018 07:55
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 westtrade/43716a19129b830fdf40fcd269ef8e1a to your computer and use it in GitHub Desktop.
Save westtrade/43716a19129b830fdf40fcd269ef8e1a to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "lqd-server"
version = "0.1.1"
description = ""
authors = ["Gennadiy Popov <gennadiy.popov.87@yandex.ru>"]
[tool.poetry.dependencies]
python = "^2.7"
django = "^2.1"
[tool.poetry.dev-dependencies]
[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