updated the build process, it now works on RPi as well.

This commit is contained in:
Jonas Winkler
2020-11-18 22:43:36 +01:00
parent 8f95fb1c8b
commit 45aab154de
6 changed files with 83 additions and 106 deletions

View File

@@ -3,6 +3,11 @@ url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[[source]]
url = "https://www.piwheels.org/simple"
verify_ssl = true
name = "piwheels"
[packages]
django = "~=3.1"
pillow = "*"