gerrit-monitoring/Pipfile
Thomas Draebing c990d0e853 Update python to 3.11
This also removes the fixed versions in the Pipfile. Since versions are
already locked in the Pipfile.lock, this was not necessary and only
made things harder to manage.

Change-Id: I3ce60de4178f9647b82af3c32800bca5f369a456
2023-10-09 08:32:13 +02:00

21 lines
272 B
TOML

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
typed-ast = "*"
black = "*"
pylint = "*"
[packages]
pyyaml = "*"
passlib = "*"
python-gnupg = "*"
requests = "*"
jsonnet = "*"
python-jwt = "*"
[requires]
python_version = "3.11"