pkgname=illogical-impulse-python
pkgver=1.0
pkgrel=1
pkgdesc='Illogical Impulse Python Dependencies'
arch=(any)
license=(None)
# Add `python-setuptools-scm` and `python-wheel` explicitly to fix #197
depends=(
	python-build
	python-pillow
	python-pywal
	python-setuptools-scm
	python-wheel
)

