mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
23 lines
313 B
TOML
23 lines
313 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
black = "*"
|
|
check-manifest = "*"
|
|
coverage = "*"
|
|
defusedxml = "*"
|
|
packaging = "*"
|
|
markdown2 = "*"
|
|
olefile = "*"
|
|
pyroma = "*"
|
|
pytest = "*"
|
|
pytest-cov = "*"
|
|
pytest-timeout = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.9"
|