mirror of
https://github.com/rjNemo/pass-gen
synced 2026-06-06 02:26:42 +00:00
21 lines
261 B
TOML
21 lines
261 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
typer = "*"
|
|
|
|
[dev-packages]
|
|
bandit = "*"
|
|
black = "*"
|
|
flake8 = "*"
|
|
mypy = "*"
|
|
pytest = "*"
|
|
vulture = "*"
|
|
|
|
[requires]
|
|
python_version = "3.9"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|