Initial commit
This commit is contained in:
commit
21206ef9e2
6 changed files with 181 additions and 0 deletions
9
pyproject.toml
Normal file
9
pyproject.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
[project]
|
||||
name = "gitlab-to-forgejo"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"requests>=2.32.4",
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue