Skip to content

Instantly share code, notes, and snippets.

@NikolayGalkin
Last active January 30, 2019 14:51
Show Gist options
  • Save NikolayGalkin/ecd49bed912851b5caf4067a2ef9bc8a to your computer and use it in GitHub Desktop.
Save NikolayGalkin/ecd49bed912851b5caf4067a2ef9bc8a to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "test"
version = "0.1.0"
description = ""
authors = ["Nikolay Galkin <mr.galkin@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.6"
scrapy = "^1.5"
python-dotenv = "^0.10.1"
furl = "^2.0"
parse = "^1.9"
Pillow = "^5.4"
scrapy-inline-requests = "^0.3.1"
[tool.poetry.dev-dependencies]
prospector = "^1.1"
yapf = "^0.25.0"
commitizen = "^0.9.11"
bpython = "^0.17.1"
scrapyd-client = "^1.1"
scrapyd = "^1.2"
[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