https://codeberg.org/interpeer/s3kr1t.git
Raw File
Tip revision: 6149054e73c0f136c9e62697c2246e5d7886bf16 authored by Jens Finkhaeuser on 01 July 2022, 08:03:35 UTC
Windows' bounds checking on STL containers is (deservedly) strict, so let's not subscript a vector unless we know we can
Tip revision: 6149054
Pipfile
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[packages]
meson = ">=0.58.0"
towncrier = "*"
semgrep = "*"
flawfinder = "*"
requests = "*"
pyyaml = "*"
conan = "*"

[requires]
python_version = "3"
back to top