This repository has been archived on 2020-11-22. You can view files and clone it, but cannot push or open issues or pull requests.
mangareader/Pipfile
Simon Bruder 9800befe37
All checks were successful
continuous-integration/drone/push Build is passing
backend: use webp for thumbnails and cache them
2019-07-19 16:10:34 +00:00

17 lines
215 B
TOML

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
Flask = "*"
pillow = "*"
flask-cors = "*"
gunicorn = "*"
flask-caching = "*"
[requires]
python_version = "3.7"