forked from ghoto/smoked-salmon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
41 lines (37 loc) · 861 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[tool.poetry]
name = "salmon"
version = "0.9.0"
description = "An uploading script for Gazelle-based music trackers."
authors = ["azuline <azuline@riseup.net>"]
license = "Apache-2.0"
[tool.poetry.dependencies]
python = "^3.9"
requests = "^2.31.0"
click = "^8.1.7"
bs4 = "^0.0.1"
colorama = "^0.4.3"
dottorrent = "^1.10.1"
musicbrainzngs = "^0.7.1"
mutagen = "^1.47.0"
pyperclip = "^1.8.2"
pycryptodome = "^3.19.0"
aiohttp = "^3.8.5"
aiohttp-jinja2 = "^1.5.1"
jinja2 = "^3.1.2"
pyimgurapi = "^0.4.3"
bitstring = "^4.1.2"
heybrochecklog = "^1.3.2"
yaspin = "^3.0.1"
ratelimit = "^2.2.1"
rich = "^13.5.3"
[tool.poetry.dev-dependencies]
black = "^23.9.1"
isort = "^5.12.0"
flake8 = "^6.1.0"
[tool.black]
line-length = 88
target-version = ['py39']
skip-string-normalization = true
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"