30 lines
468 B
TOML
30 lines
468 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[scripts]
|
|
lint = "bash -c 'isort dj-embe && black dj-embe && flake8 dj-embe && mypy dj-embe'"
|
|
|
|
[packages]
|
|
py-cord = "*"
|
|
pynacl = "*"
|
|
redis = "*"
|
|
spotipy = "*"
|
|
toml = "*"
|
|
youtube-search-python = "*"
|
|
yt-dlp = "*"
|
|
|
|
[dev-packages]
|
|
black = "*"
|
|
flake8 = "*"
|
|
flake8-pyproject = "*"
|
|
isort = "*"
|
|
mypy = "*"
|
|
types-redis = "*"
|
|
types-requests = "*"
|
|
types-toml = "*"
|
|
|
|
[requires]
|
|
python_version = ">=3.10"
|