mirror of
https://github.com/instaloader/instaloader.git
synced 2024-11-19 16:52:30 +01:00
24 lines
417 B
TOML
24 lines
417 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
pylint = "*"
|
|
mypy = "*"
|
|
sphinx = "~=2.3"
|
|
pyinstaller = "*"
|
|
pefile = "*"
|
|
pywin32-ctypes = "*"
|
|
psutil = "*"
|
|
typing-extensions = "*"
|
|
types-requests = "*"
|
|
typed-ast = "*"
|
|
jinja2 = "~=3.0.1"
|
|
wrapt = "*" # Needed for Python<3.11
|
|
tomli = "*" # Needed for Python<3.11
|
|
dill = "*" # Needed for Python<3.11
|
|
|
|
[packages]
|
|
requests = "*"
|