23 lines
466 B
TOML
23 lines
466 B
TOML
[tool.poetry]
|
|
name = "sdbs_infra"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Tomáš Mládek <t@mldk.cz>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.7"
|
|
django = "^3.0.7"
|
|
django-ordered-model = "^3.4.1"
|
|
Pillow = "^7.1.2"
|
|
beautifulsoup4 = "^4.9.1"
|
|
psutil = "^5.7.0"
|
|
humanize = "^2.4.0"
|
|
aiohttp = "^3.6.2"
|
|
django-bleach = "^0.6.1"
|
|
feedparser = "^6.0.8"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry>=0.12"]
|
|
build-backend = "poetry.masonry.api"
|