src
.drone.yml
.editorconfig
.gitignore
LICENSE
Makefile
Pipfile
Pipfile.lock
README.md
manga-downloader.sh
pyproject.toml
setup.cfg
13 lines
153 B
TOML
13 lines
153 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
requests = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.9"
|