2020-02-03 21:46:08 +00:00
|
|
|
[[source]]
|
|
|
|
|
name = "pypi"
|
|
|
|
|
url = "https://pypi.org/simple"
|
|
|
|
|
verify_ssl = true
|
|
|
|
|
|
|
|
|
|
[dev-packages]
|
|
|
|
|
black = "*"
|
|
|
|
|
mypy = "*"
|
2020-02-10 20:48:52 +00:00
|
|
|
isort = "*"
|
2020-02-03 21:46:08 +00:00
|
|
|
|
|
|
|
|
[packages]
|
|
|
|
|
numpy = "*"
|
2021-09-24 06:04:06 +00:00
|
|
|
Pillow = ">=8.3.2"
|
2020-02-03 21:46:08 +00:00
|
|
|
fonttools = "*"
|
2020-02-10 20:48:52 +00:00
|
|
|
crayons = "*"
|
2021-06-12 20:02:44 +00:00
|
|
|
gitpython = "*"
|
2022-08-30 10:55:35 +00:00
|
|
|
setuptools = "*"
|
2022-08-30 10:58:56 +00:00
|
|
|
pip = "*"
|
2020-02-03 21:46:08 +00:00
|
|
|
|
|
|
|
|
[requires]
|
2022-08-17 17:58:12 +00:00
|
|
|
python_version = "3.10"
|
2020-02-03 21:46:08 +00:00
|
|
|
|
|
|
|
|
[pipenv]
|
|
|
|
|
allow_prereleases = true
|