mirror of
https://github.com/instaloader/instaloader.git
synced 2024-11-20 01:02:30 +01:00
23 lines
547 B
TOML
23 lines
547 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
pylint = "*"
|
|
mypy = "*"
|
|
sphinx = "*"
|
|
pyinstaller = "*"
|
|
psutil = "*"
|
|
types-requests = "*"
|
|
sphinx-autodoc-typehints = "*"
|
|
sphinxcontrib-jquery = "*"
|
|
tomli = "*" # Needed for Pylint for "python_version < '3.11'"
|
|
dill = "*" # Needed for Pylint for "python_version < '3.11'"
|
|
pywin32-ctypes = "*" # Needed for pyinstaller on Windows
|
|
pefile = "*" # Needed for pyinstaller on Windows
|
|
|
|
[packages]
|
|
requests = "*"
|
|
browser-cookie3 = "*"
|