blob: 077a683bf2917dccef21902730bdedb0854d39d0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[tool.poetry]
name = "booru-sync"
version = "0.1.0"
description = "Python scripts and library for syncing content between Danbooru and Szurubooru"
authors = ["Colin Wilk <colin.wilk@tum.de>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
pybooru = "^4.2.2"
alive-progress = "^3.1.4"
colorama = "^0.4.6"
python-dotenv = "^1.0.0"
[tool.poetry.group.dev.dependencies]
pytype = "^2023.9.27"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
|