Created
August 6, 2018 19:15
-
-
Save syabro/626a281edee337f69b3a4b984b9a4458 to your computer and use it in GitHub Desktop.
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 = "api" | |
version = "0.1.0" | |
description = "" | |
authors = ["Maxim Syabro <[email protected]>"] | |
[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