Skip to content

Instantly share code, notes, and snippets.

@syabro
Created August 6, 2018 19:15
Show Gist options
  • Save syabro/626a281edee337f69b3a4b984b9a4458 to your computer and use it in GitHub Desktop.
Save syabro/626a281edee337f69b3a4b984b9a4458 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "api"
version = "0.1.0"
description = ""
authors = ["Maxim Syabro <maxim@syabro.com>"]
[tool.poetry.dependencies]
python = "*"
django = "^2.1"
requests = "^2.19"
django_rest_framework = "^0.1.0"
tomlkit = "^0.4.0"
[tool.poetry.dev-dependencies]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment