2022-01-02 16:37:40 +00:00
|
|
|
[tool.poetry]
|
|
|
|
name = "bstools"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = ""
|
|
|
|
authors = ["James Ravenscroft <ravenscroftj@gmail.com>"]
|
|
|
|
license = "MIT"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.7"
|
|
|
|
requests = "^2.26.0"
|
|
|
|
ujson = "^5.1.0"
|
|
|
|
PyYAML = "^6.0"
|
|
|
|
click = "^8.0.3"
|
|
|
|
python-dotenv = "^0.19.2"
|
2023-07-09 10:50:58 +01:00
|
|
|
markdownify = "^0.11.6"
|
2023-07-09 11:06:57 +01:00
|
|
|
python-frontmatter = "^1.0.0"
|
2024-09-07 09:22:56 +01:00
|
|
|
beautifulsoup4 = "^4.12.3"
|
2024-09-08 17:01:43 +01:00
|
|
|
phpserialize = "^1.3"
|
2022-01-02 16:37:40 +00:00
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core>=1.0.0"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|