mirror of
https://github.com/michaelharms/comcrawl.git
synced 2021-09-27 00:43:48 +03:00
16 lines
297 B
TOML
16 lines
297 B
TOML
[tool.poetry]
|
|
name = "comcrawl"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Michael Harms <michaelharms.hsel@yahoo.de>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.7"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
pytest = "^5.2"
|
|
|
|
[build-system]
|
|
requires = ["poetry>=0.12"]
|
|
build-backend = "poetry.masonry.api"
|