Only consider piwheels in Pipfile

Including both piwheels and pypi in Pipfile caused hash mismatches,
which caused installation to fail. I've removed pypi, but this may
break installation on other platforms.

I may need to duplicate Pipfile and Pipfile.lock, one for Pi and
one for non-Pi platforms.

I can confim this commit installed successfully on a Pi.
This commit is contained in:
Richard Bowman 2023-04-03 22:03:57 +01:00
parent 12fd9a5f4a
commit fdafeca446
2 changed files with 115 additions and 195 deletions

View file

@ -1,8 +1,3 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[[source]]
url = "https://www.piwheels.org/simple"
verify_ssl = true