[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
fastcore = ">=1.3.20"
numpy = "==1.21"
pillow = "==9.0.1"
matplotlib = "==3.5"

[dev-packages]
build = "==0.7"
twine = "==3.7"
ipykernel = "==6.12.0"
pybx = {editable = true, path = "."}
pytest = "==7.1.1"
python-build = "==0.2.13"

[requires]
python_version = "3.7"
