refactoring repository
This commit is contained in:
29
Pipfile
Normal file
29
Pipfile
Normal file
@ -0,0 +1,29 @@
|
||||
[[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"
|
Reference in New Issue
Block a user