gitea-repo-migrator/Pipfile

15 lines
223 B
TOML
Raw Permalink Normal View History

2023-01-17 22:14:46 -08:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
py-gitea = "*"
# py-gitea = {git = "https://github.com/mikeperalta1/py-gitea.git"}
2023-01-17 22:14:46 -08:00
[dev-packages]
[requires]
python_version = "3.13"