mirror of
https://github.com/source-foundry/Hack.git
synced 2024-11-09 18:08:38 +03:00
752fbdb76d
this change supports use of SOURCE_DATE_EPOCH environment variable for stable checksums in order to create reproducible builds
14 lines
176 B
TOML
14 lines
176 B
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
fonttools = "*"
|
|
fontmake = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.6"
|