18 lines
282 B
TOML
18 lines
282 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
Flask = "*"
|
|
pillow = "*"
|
|
flask-cors = "*"
|
|
gunicorn = "*"
|
|
flask-caching = "*"
|
|
webp = {editable = true,git = "https://github.com/sbruder/pywebp"}
|
|
|
|
[requires]
|
|
python_version = "3.7"
|