Pillow/Pipfile

23 lines
313 B
TOML
Raw Normal View History

2021-12-02 03:14:50 +03:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
black = "*"
check-manifest = "*"
coverage = "*"
defusedxml = "*"
2021-12-02 19:34:53 +03:00
packaging = "*"
2021-12-02 03:14:50 +03:00
markdown2 = "*"
olefile = "*"
pyroma = "*"
pytest = "*"
pytest-cov = "*"
pytest-timeout = "*"
[dev-packages]
[requires]
python_version = "3.9"