c990d0e853
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
21 lines
272 B
TOML
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"
|