sdbs-infra/pyproject.toml

24 lines
466 B
TOML
Raw Permalink Normal View History

2020-06-14 12:08:11 +02:00
[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"
2020-06-14 19:51:35 +02:00
humanize = "^2.4.0"
aiohttp = "^3.6.2"
2020-07-15 13:50:52 +02:00
django-bleach = "^0.6.1"
2021-10-05 23:35:55 +02:00
feedparser = "^6.0.8"
2020-06-14 12:08:11 +02:00
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"