https://codeberg.org/interpeer/s3kr1t.git
Raw File
Tip revision: 0ccc257b7351ebbf5c8fefe357d1b61db91eb6da authored by Jens Finkhaeuser on 04 May 2023, 07:04:25 UTC
Need to switch partial off, it seems
Tip revision: 0ccc257
Pipfile
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[packages]
meson = ">=0.58.0"
towncrier = "*"
semgrep = "*"
flawfinder = "*"
requests = "*"
pyyaml = "*"
conan = ">=2.0.0"
bump2version = "*"
importlib-resources = "*"

[requires]
python_version = "3"
back to top